Html Css Color HEX #F00E52 Razzmatazz

📋 copy color: '#F00E52'

red 240 ◦ green 14 ◦ blue 82

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

Shades of Razzmatazz #F00E52

Tints of Razzmatazz #F00E52

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.17%

 BLUE value IS 82 (32.42% from 255) = 24.4%

R = 71.43%
G = 4.17%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F00E52 (or 0xF00E52) is known color: Razzmatazz. HEX triplet: F0, 0E and 52. RGB value is (240,14,82). Sum of RGB (Red+Green+Blue) = 240+14+82=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00E52 is #0FF1AD. Grayscale: #595959. Windows color (decimal): -1044910 or 5377776. OLE color: 5377776.

HSL color Cylindrical-coordinate representation of color #F00E52: hue angle of 341.95º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00E52 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 14 82 -
CMYK 0 0.94 0.66 0.06
HSL 341.95º 0.89% 0.5% -
HSV(B) 341.95º 0.94% 0.94% -
XYZ 37.62 19.45 9.75 -
YUV 89.33 123.87 235.47 -
System Red Green Blue C M Y K H S L
Decimal 240 14 82 0 0.94 0.66 0.06 341.95 0.89 0.5
Hex F0 E 52 0 5E 42 6 156 59 32
Octal 360 16 122 0 136 102 6 526 131 62
Binary 11110000 1110 1010010 0 1011110 1000010 110 101010110 1011001 110010

Color Harmonies of #F00E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00E52

Black with #F00E52

Text Example


Text Example

White with #F00E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00E52; }

 p { color: rgb(240,14,82); }

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

background-color css

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

 a { background-color: rgb(240,14,82); }

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

border-color css

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

 span { border-color: rgb(240,14,82); }

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