Html Css Color HEX #F00B66 Razzmatazz

📋 copy color: '#F00B66'

red 240 ◦ green 11 ◦ blue 102

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

Shades of Razzmatazz #F00B66

Tints of Razzmatazz #F00B66

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.12%

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

R = 67.99%
G = 3.12%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F00B66 (or 0xF00B66) is known color: Razzmatazz. HEX triplet: F0, 0B and 66. RGB value is (240,11,102). Sum of RGB (Red+Green+Blue) = 240+11+102=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B66 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00B66 is #0FF499. Grayscale: #595959. Windows color (decimal): -1045658 or 6687728. OLE color: 6687728.

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

Color convert

RGB 240 11 102 -
CMYK 0 0.95 0.58 0.06
HSL 336.16º 0.91% 0.49% -
HSV(B) 336.16º 0.95% 0.94% -
XYZ 38.45 19.72 14.35 -
YUV 89.85 134.87 235.1 -
System Red Green Blue C M Y K H S L
Decimal 240 11 102 0 0.95 0.58 0.06 336.16 0.91 0.49
Hex F0 B 66 0 5F 3A 6 150 5B 31
Octal 360 13 146 0 137 72 6 520 133 61
Binary 11110000 1011 1100110 0 1011111 111010 110 101010000 1011011 110001

Color Harmonies of #F00B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00B66

Black with #F00B66

Text Example


Text Example

White with #F00B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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