Html Css Color HEX #F00376 Razzmatazz

📋 copy color: '#F00376'

red 240 ◦ green 3 ◦ blue 118

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

Shades of Razzmatazz #F00376

Tints of Razzmatazz #F00376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 66.48%
G = 0.83%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F00376 (or 0xF00376) is known color: Razzmatazz. HEX triplet: F0, 03 and 76. RGB value is (240,3,118). Sum of RGB (Red+Green+Blue) = 240+3+118=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F00376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00376 is #0FFC89. Grayscale: #565656. Windows color (decimal): -1047690 or 7734256. OLE color: 7734256.

HSL color Cylindrical-coordinate representation of color #F00376: hue angle of 330.89º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00376 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 3 118 -
CMYK 0 0.99 0.51 0.06
HSL 330.89º 0.98% 0.48% -
HSV(B) 330.89º 0.99% 0.94% -
XYZ 39.24 19.9 18.91 -
YUV 86.97 145.52 237.15 -
System Red Green Blue C M Y K H S L
Decimal 240 3 118 0 0.99 0.51 0.06 330.89 0.98 0.48
Hex F0 3 76 0 63 33 6 14B 62 30
Octal 360 3 166 0 143 63 6 513 142 60
Binary 11110000 11 1110110 0 1100011 110011 110 101001011 1100010 110000

Color Harmonies of #F00376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00376

Black with #F00376

Text Example


Text Example

White with #F00376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00376; }

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

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

background-color css

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

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

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

border-color css

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

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

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