Html Css Color HEX #F4015C Razzmatazz

📋 copy color: '#F4015C'

red 244 ◦ green 1 ◦ blue 92

#F4015C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #F4015C

Tints of Razzmatazz #F4015C

RGB

 RED value IS 244 (95.7% from 255) = 72.4%

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 72.4%
G = 0.3%
B = 27.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.62

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F4015C (or 0xF4015C) is known color: Razzmatazz. HEX triplet: F4, 01 and 5C. RGB value is (244,1,92). Sum of RGB (Red+Green+Blue) = 244+1+92=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F4015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4015C is #0BFEA3. Grayscale: #535353. Windows color (decimal): -786084 or 6029812. OLE color: 6029812.

HSL color Cylindrical-coordinate representation of color #F4015C: hue angle of 337.53º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4015C is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 1 92 -
CMYK 0 1.00 0.62 0.04
HSL 337.53º 0.99% 0.48% -
HSV(B) 337.53º 1% 0.96% -
XYZ 39.25 20.03 11.92 -
YUV 84.03 132.51 242.1 -
System Red Green Blue C M Y K H S L
Decimal 244 1 92 0 1.00 0.62 0.04 337.53 0.99 0.48
Hex F4 1 5C 0 64 3E 4 152 63 30
Octal 364 1 134 0 144 76 4 522 143 60
Binary 11110100 1 1011100 0 1100100 111110 100 101010010 1100011 110000

Color Harmonies of #F4015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4015C

Black with #F4015C

Text Example


Text Example

White with #F4015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4015C; }

 p { color: rgb(244,1,92); }

 H1.HeaderClassName
 {
   color: #F4015C;
 }
 .AnyTagClassName
 {
   color: #F4015C;
 }
</style>

background-color css

<style>
 a { background-color: #F4015C; }

 a { background-color: rgb(244,1,92); }

 div.DivClassName
 {
   background-color: #F4015C;
 }
 .BgClassName
 {
   background-color: #F4015C;
 }
</style>

border-color css

<style>
 span { border-color: #F4015C; }

 span { border-color: rgb(244,1,92); }

 td.TdClassName
 {
   border-color: #F4015C;
 }
 .TagClassName
 {
   border-color: #F4015C;
 }
</style>