Html Css Color HEX #F00252 Razzmatazz

📋 copy color: '#F00252'

red 240 ◦ green 2 ◦ blue 82

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

Shades of Razzmatazz #F00252

Tints of Razzmatazz #F00252

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 74.07%
G = 0.62%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F00252 (or 0xF00252) is known color: Razzmatazz. HEX triplet: F0, 02 and 52. RGB value is (240,2,82). Sum of RGB (Red+Green+Blue) = 240+2+82=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F00252 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00252 is #0FFDAD. Grayscale: #525252. Windows color (decimal): -1047982 or 5374704. OLE color: 5374704.

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

Color convert

RGB 240 2 82 -
CMYK 0 0.99 0.66 0.06
HSL 339.83º 0.98% 0.47% -
HSV(B) 339.83º 0.99% 0.94% -
XYZ 37.48 19.18 9.71 -
YUV 82.28 127.85 240.5 -
System Red Green Blue C M Y K H S L
Decimal 240 2 82 0 0.99 0.66 0.06 339.83 0.98 0.47
Hex F0 2 52 0 63 42 6 154 62 2F
Octal 360 2 122 0 143 102 6 524 142 57
Binary 11110000 10 1010010 0 1100011 1000010 110 101010100 1100010 101111

Color Harmonies of #F00252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00252

Black with #F00252

Text Example


Text Example

White with #F00252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00252; }

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

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

background-color css

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

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

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

border-color css

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

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

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