Html Css Color HEX #F00551 Razzmatazz

📋 copy color: '#F00551'

red 240 ◦ green 5 ◦ blue 81

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

Shades of Razzmatazz #F00551

Tints of Razzmatazz #F00551

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.53%

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

R = 73.62%
G = 1.53%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F00551 (or 0xF00551) is known color: Razzmatazz. HEX triplet: F0, 05 and 51. RGB value is (240,5,81). Sum of RGB (Red+Green+Blue) = 240+5+81=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F00551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00551 is #0FFAAE. Grayscale: #535353. Windows color (decimal): -1047215 or 5309936. OLE color: 5309936.

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

Color convert

RGB 240 5 81 -
CMYK 0 0.98 0.66 0.06
HSL 340.6º 0.96% 0.48% -
HSV(B) 340.6º 0.98% 0.94% -
XYZ 37.47 19.23 9.52 -
YUV 83.93 126.36 239.32 -
System Red Green Blue C M Y K H S L
Decimal 240 5 81 0 0.98 0.66 0.06 340.6 0.96 0.48
Hex F0 5 51 0 62 42 6 155 60 30
Octal 360 5 121 0 142 102 6 525 140 60
Binary 11110000 101 1010001 0 1100010 1000010 110 101010101 1100000 110000

Color Harmonies of #F00551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00551

Black with #F00551

Text Example


Text Example

White with #F00551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00551; }

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

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

background-color css

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

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

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

border-color css

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

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

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