Html Css Color HEX #F00371 Razzmatazz

📋 copy color: '#F00371'

red 240 ◦ green 3 ◦ blue 113

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

Shades of Razzmatazz #F00371

Tints of Razzmatazz #F00371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.74%

R = 67.42%
G = 0.84%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F00371 (or 0xF00371) is known color: Razzmatazz. HEX triplet: F0, 03 and 71. RGB value is (240,3,113). Sum of RGB (Red+Green+Blue) = 240+3+113=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F00371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00371 is #0FFC8E. Grayscale: #565656. Windows color (decimal): -1047695 or 7406576. OLE color: 7406576.

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

Color convert

RGB 240 3 113 -
CMYK 0 0.99 0.53 0.06
HSL 332.15º 0.98% 0.48% -
HSV(B) 332.15º 0.99% 0.94% -
XYZ 38.95 19.78 17.39 -
YUV 86.4 143.02 237.56 -
System Red Green Blue C M Y K H S L
Decimal 240 3 113 0 0.99 0.53 0.06 332.15 0.98 0.48
Hex F0 3 71 0 63 35 6 14C 62 30
Octal 360 3 161 0 143 65 6 514 142 60
Binary 11110000 11 1110001 0 1100011 110101 110 101001100 1100010 110000

Color Harmonies of #F00371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00371

Black with #F00371

Text Example


Text Example

White with #F00371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00371; }

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

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

background-color css

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

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

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

border-color css

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

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

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