Html Css Color HEX #F00176 Razzmatazz

📋 copy color: '#F00176'

red 240 ◦ green 1 ◦ blue 118

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

Shades of Razzmatazz #F00176

Tints of Razzmatazz #F00176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.87%

R = 66.85%
G = 0.28%
B = 32.87%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F00176 (or 0xF00176) is known color: Razzmatazz. HEX triplet: F0, 01 and 76. RGB value is (240,1,118). Sum of RGB (Red+Green+Blue) = 240+1+118=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F00176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00176 is #0FFE89. Grayscale: #555555. Windows color (decimal): -1048202 or 7733744. OLE color: 7733744.

HSL color Cylindrical-coordinate representation of color #F00176: hue angle of 330.63º 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 #F00176 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 118 -
CMYK 0 1.00 0.51 0.06
HSL 330.63º 0.99% 0.47% -
HSV(B) 330.63º 1% 0.94% -
XYZ 39.22 19.85 18.91 -
YUV 85.8 146.18 237.99 -
System Red Green Blue C M Y K H S L
Decimal 240 1 118 0 1.00 0.51 0.06 330.63 0.99 0.47
Hex F0 1 76 0 64 33 6 14B 63 2F
Octal 360 1 166 0 144 63 6 513 143 57
Binary 11110000 1 1110110 0 1100100 110011 110 101001011 1100011 101111

Color Harmonies of #F00176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00176

Black with #F00176

Text Example


Text Example

White with #F00176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00176; }

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

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

background-color css

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

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

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

border-color css

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

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

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