Html Css Color HEX #F00554 Razzmatazz

📋 copy color: '#F00554'

red 240 ◦ green 5 ◦ blue 84

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

Shades of Razzmatazz #F00554

Tints of Razzmatazz #F00554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.53%

R = 72.95%
G = 1.52%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F00554 (or 0xF00554) is known color: Razzmatazz. HEX triplet: F0, 05 and 54. RGB value is (240,5,84). Sum of RGB (Red+Green+Blue) = 240+5+84=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F00554 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00554 is #0FFAAB. Grayscale: #545454. Windows color (decimal): -1047212 or 5506544. OLE color: 5506544.

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

Color convert

RGB 240 5 84 -
CMYK 0 0.98 0.65 0.06
HSL 339.83º 0.96% 0.48% -
HSV(B) 339.83º 0.98% 0.94% -
XYZ 37.59 19.27 10.13 -
YUV 84.27 127.86 239.08 -
System Red Green Blue C M Y K H S L
Decimal 240 5 84 0 0.98 0.65 0.06 339.83 0.96 0.48
Hex F0 5 54 0 62 41 6 154 60 30
Octal 360 5 124 0 142 101 6 524 140 60
Binary 11110000 101 1010100 0 1100010 1000001 110 101010100 1100000 110000

Color Harmonies of #F00554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00554

Black with #F00554

Text Example


Text Example

White with #F00554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00554; }

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

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

background-color css

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

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

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

border-color css

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

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

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