Html Css Color HEX #F00166 Razzmatazz

📋 copy color: '#F00166'

red 240 ◦ green 1 ◦ blue 102

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

Shades of Razzmatazz #F00166

Tints of Razzmatazz #F00166

RGB

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

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

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

R = 69.97%
G = 0.29%
B = 29.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F00166 (or 0xF00166) is known color: Razzmatazz. HEX triplet: F0, 01 and 66. RGB value is (240,1,102). Sum of RGB (Red+Green+Blue) = 240+1+102=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F00166 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00166 is #0FFE99. Grayscale: #535353. Windows color (decimal): -1048218 or 6685168. OLE color: 6685168.

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

Color convert

RGB 240 1 102 -
CMYK 0 1.00 0.58 0.06
HSL 334.64º 0.99% 0.47% -
HSV(B) 334.64º 1% 0.94% -
XYZ 38.34 19.51 14.31 -
YUV 83.98 138.18 239.29 -
System Red Green Blue C M Y K H S L
Decimal 240 1 102 0 1.00 0.58 0.06 334.64 0.99 0.47
Hex F0 1 66 0 64 3A 6 14F 63 2F
Octal 360 1 146 0 144 72 6 517 143 57
Binary 11110000 1 1100110 0 1100100 111010 110 101001111 1100011 101111

Color Harmonies of #F00166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00166

Black with #F00166

Text Example


Text Example

White with #F00166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00166; }

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

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

background-color css

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

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

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

border-color css

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

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

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