Html Css Color HEX #F00F66 Razzmatazz

📋 copy color: '#F00F66'

red 240 ◦ green 15 ◦ blue 102

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

Shades of Razzmatazz #F00F66

Tints of Razzmatazz #F00F66

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.2%

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

R = 67.23%
G = 4.2%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F00F66 (or 0xF00F66) is known color: Razzmatazz. HEX triplet: F0, 0F and 66. RGB value is (240,15,102). Sum of RGB (Red+Green+Blue) = 240+15+102=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F66 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F66 is #0FF099. Grayscale: #5C5C5C. Windows color (decimal): -1044634 or 6688752. OLE color: 6688752.

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

Color convert

RGB 240 15 102 -
CMYK 0 0.94 0.58 0.06
HSL 336.8º 0.88% 0.5% -
HSV(B) 336.8º 0.94% 0.94% -
XYZ 38.5 19.83 14.37 -
YUV 92.19 133.54 233.43 -
System Red Green Blue C M Y K H S L
Decimal 240 15 102 0 0.94 0.58 0.06 336.8 0.88 0.5
Hex F0 F 66 0 5E 3A 6 151 58 32
Octal 360 17 146 0 136 72 6 521 130 62
Binary 11110000 1111 1100110 0 1011110 111010 110 101010001 1011000 110010

Color Harmonies of #F00F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F66

Black with #F00F66

Text Example


Text Example

White with #F00F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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