Html Css Color HEX #F00251 Razzmatazz

📋 copy color: '#F00251'

red 240 ◦ green 2 ◦ blue 81

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

Shades of Razzmatazz #F00251

Tints of Razzmatazz #F00251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.08%

R = 74.3%
G = 0.62%
B = 25.08%

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

#F00251 (or 0xF00251) is known color: Razzmatazz. HEX triplet: F0, 02 and 51. RGB value is (240,2,81). Sum of RGB (Red+Green+Blue) = 240+2+81=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F00251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00251 is #0FFDAE. Grayscale: #525252. Windows color (decimal): -1047983 or 5309168. OLE color: 5309168.

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

Color convert

RGB 240 2 81 -
CMYK 0 0.99 0.66 0.06
HSL 340.08º 0.98% 0.47% -
HSV(B) 340.08º 0.99% 0.94% -
XYZ 37.44 19.16 9.51 -
YUV 82.17 127.35 240.58 -
System Red Green Blue C M Y K H S L
Decimal 240 2 81 0 0.99 0.66 0.06 340.08 0.98 0.47
Hex F0 2 51 0 63 42 6 154 62 2F
Octal 360 2 121 0 143 102 6 524 142 57
Binary 11110000 10 1010001 0 1100011 1000010 110 101010100 1100010 101111

Color Harmonies of #F00251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00251

Black with #F00251

Text Example


Text Example

White with #F00251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00251; }

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

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

background-color css

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

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

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

border-color css

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

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

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