Html Css Color HEX #F00578 Razzmatazz

📋 copy color: '#F00578'

red 240 ◦ green 5 ◦ blue 120

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

Shades of Razzmatazz #F00578

Tints of Razzmatazz #F00578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.88%

R = 65.75%
G = 1.37%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F00578 (or 0xF00578) is known color: Razzmatazz. HEX triplet: F0, 05 and 78. RGB value is (240,5,120). Sum of RGB (Red+Green+Blue) = 240+5+120=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F00578 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00578 is #0FFA87. Grayscale: #585858. Windows color (decimal): -1047176 or 7865840. OLE color: 7865840.

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

Color convert

RGB 240 5 120 -
CMYK 0 0.98 0.5 0.06
HSL 330.64º 0.96% 0.48% -
HSV(B) 330.64º 0.98% 0.94% -
XYZ 39.38 19.99 19.55 -
YUV 88.38 145.86 236.15 -
System Red Green Blue C M Y K H S L
Decimal 240 5 120 0 0.98 0.5 0.06 330.64 0.96 0.48
Hex F0 5 78 0 62 32 6 14B 60 30
Octal 360 5 170 0 142 62 6 513 140 60
Binary 11110000 101 1111000 0 1100010 110010 110 101001011 1100000 110000

Color Harmonies of #F00578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00578

Black with #F00578

Text Example


Text Example

White with #F00578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00578; }

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

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

background-color css

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

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

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

border-color css

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

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

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