Html Css Color HEX #F80A70 Razzmatazz

📋 copy color: '#F80A70'

red 248 ◦ green 10 ◦ blue 112

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

Shades of Razzmatazz #F80A70

Tints of Razzmatazz #F80A70

RGB

 RED value IS 248 (97.27% from 255) = 67.03%

 GREEN value IS 10 (4.3% from 255) = 2.7%

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

R = 67.03%
G = 2.7%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F80A70 (or 0xF80A70) is known color: Razzmatazz. HEX triplet: F8, 0A and 70. RGB value is (248,10,112). Sum of RGB (Red+Green+Blue) = 248+10+112=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80A70 is #07F58F. Grayscale: #5C5C5C. Windows color (decimal): -521616 or 7342840. OLE color: 7342840.

HSL color Cylindrical-coordinate representation of color #F80A70: hue angle of 334.29º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80A70 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 10 112 -
CMYK 0 0.96 0.55 0.03
HSL 334.29º 0.94% 0.51% -
HSV(B) 334.29º 0.96% 0.97% -
XYZ 41.74 21.34 17.25 -
YUV 92.79 138.85 238.71 -
System Red Green Blue C M Y K H S L
Decimal 248 10 112 0 0.96 0.55 0.03 334.29 0.94 0.51
Hex F8 A 70 0 60 37 3 14E 5E 33
Octal 370 12 160 0 140 67 3 516 136 63
Binary 11111000 1010 1110000 0 1100000 110111 11 101001110 1011110 110011

Color Harmonies of #F80A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80A70

Black with #F80A70

Text Example


Text Example

White with #F80A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80A70; }

 p { color: rgb(248,10,112); }

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

background-color css

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

 a { background-color: rgb(248,10,112); }

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

border-color css

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

 span { border-color: rgb(248,10,112); }

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