Html Css Color HEX #F00373 Razzmatazz

📋 copy color: '#F00373'

red 240 ◦ green 3 ◦ blue 115

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

Shades of Razzmatazz #F00373

Tints of Razzmatazz #F00373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.12%

R = 67.04%
G = 0.84%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F00373 (or 0xF00373) is known color: Razzmatazz. HEX triplet: F0, 03 and 73. RGB value is (240,3,115). Sum of RGB (Red+Green+Blue) = 240+3+115=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F00373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00373 is #0FFC8C. Grayscale: #565656. Windows color (decimal): -1047693 or 7537648. OLE color: 7537648.

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

Color convert

RGB 240 3 115 -
CMYK 0 0.99 0.52 0.06
HSL 331.65º 0.98% 0.48% -
HSV(B) 331.65º 0.99% 0.94% -
XYZ 39.06 19.83 17.99 -
YUV 86.63 144.02 237.39 -
System Red Green Blue C M Y K H S L
Decimal 240 3 115 0 0.99 0.52 0.06 331.65 0.98 0.48
Hex F0 3 73 0 63 34 6 14C 62 30
Octal 360 3 163 0 143 64 6 514 142 60
Binary 11110000 11 1110011 0 1100011 110100 110 101001100 1100010 110000

Color Harmonies of #F00373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00373

Black with #F00373

Text Example


Text Example

White with #F00373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00373; }

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

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

background-color css

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

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

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

border-color css

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

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

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