Html Css Color HEX #F00570 Razzmatazz

📋 copy color: '#F00570'

red 240 ◦ green 5 ◦ blue 112

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

Shades of Razzmatazz #F00570

Tints of Razzmatazz #F00570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.37%

R = 67.23%
G = 1.4%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F00570 (or 0xF00570) is known color: Razzmatazz. HEX triplet: F0, 05 and 70. RGB value is (240,5,112). Sum of RGB (Red+Green+Blue) = 240+5+112=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F00570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00570 is #0FFA8F. Grayscale: #575757. Windows color (decimal): -1047184 or 7341552. OLE color: 7341552.

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

Color convert

RGB 240 5 112 -
CMYK 0 0.98 0.53 0.06
HSL 332.68º 0.96% 0.48% -
HSV(B) 332.68º 0.98% 0.94% -
XYZ 38.91 19.8 17.1 -
YUV 87.46 141.86 236.8 -
System Red Green Blue C M Y K H S L
Decimal 240 5 112 0 0.98 0.53 0.06 332.68 0.96 0.48
Hex F0 5 70 0 62 35 6 14D 60 30
Octal 360 5 160 0 142 65 6 515 140 60
Binary 11110000 101 1110000 0 1100010 110101 110 101001101 1100000 110000

Color Harmonies of #F00570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00570

Black with #F00570

Text Example


Text Example

White with #F00570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00570; }

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

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

background-color css

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

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

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

border-color css

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

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

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