Html Css Color HEX #F00557 Razzmatazz

📋 copy color: '#F00557'

red 240 ◦ green 5 ◦ blue 87

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

Shades of Razzmatazz #F00557

Tints of Razzmatazz #F00557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.2%

R = 72.29%
G = 1.51%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F00557 (or 0xF00557) is known color: Razzmatazz. HEX triplet: F0, 05 and 57. RGB value is (240,5,87). Sum of RGB (Red+Green+Blue) = 240+5+87=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F00557 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00557 is #0FFAA8. Grayscale: #545454. Windows color (decimal): -1047209 or 5703152. OLE color: 5703152.

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

Color convert

RGB 240 5 87 -
CMYK 0 0.98 0.64 0.06
HSL 339.06º 0.96% 0.48% -
HSV(B) 339.06º 0.98% 0.94% -
XYZ 37.71 19.32 10.76 -
YUV 84.61 129.36 238.83 -
System Red Green Blue C M Y K H S L
Decimal 240 5 87 0 0.98 0.64 0.06 339.06 0.96 0.48
Hex F0 5 57 0 62 40 6 153 60 30
Octal 360 5 127 0 142 100 6 523 140 60
Binary 11110000 101 1010111 0 1100010 1000000 110 101010011 1100000 110000

Color Harmonies of #F00557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00557

Black with #F00557

Text Example


Text Example

White with #F00557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00557; }

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

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

background-color css

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

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

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

border-color css

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

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

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