Html Css Color HEX #F01066 Razzmatazz

📋 copy color: '#F01066'

red 240 ◦ green 16 ◦ blue 102

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

Shades of Razzmatazz #F01066

Tints of Razzmatazz #F01066

RGB

 RED value IS 240 (94.14% from 255) = 67.04%

 GREEN value IS 16 (6.64% from 255) = 4.47%

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 67.04%
G = 4.47%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F01066 (or 0xF01066) is known color: Razzmatazz. HEX triplet: F0, 10 and 66. RGB value is (240,16,102). Sum of RGB (Red+Green+Blue) = 240+16+102=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F01066 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01066 is #0FEF99. Grayscale: #5C5C5C. Windows color (decimal): -1044378 or 6689008. OLE color: 6689008.

HSL color Cylindrical-coordinate representation of color #F01066: hue angle of 336.96º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01066 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 16 102 -
CMYK 0 0.93 0.58 0.06
HSL 336.96º 0.88% 0.5% -
HSV(B) 336.96º 0.93% 0.94% -
XYZ 38.52 19.86 14.37 -
YUV 92.78 133.21 233.01 -
System Red Green Blue C M Y K H S L
Decimal 240 16 102 0 0.93 0.58 0.06 336.96 0.88 0.5
Hex F0 10 66 0 5D 3A 6 151 58 32
Octal 360 20 146 0 135 72 6 521 130 62
Binary 11110000 10000 1100110 0 1011101 111010 110 101010001 1011000 110010

Color Harmonies of #F01066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01066

Black with #F01066

Text Example


Text Example

White with #F01066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01066; }

 p { color: rgb(240,16,102); }

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

background-color css

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

 a { background-color: rgb(240,16,102); }

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

border-color css

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

 span { border-color: rgb(240,16,102); }

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