Html Css Color HEX #F80172 Razzmatazz

📋 copy color: '#F80172'

red 248 ◦ green 1 ◦ blue 114

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

Shades of Razzmatazz #F80172

Tints of Razzmatazz #F80172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 68.32%
G = 0.28%
B = 31.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F80172 (or 0xF80172) is known color: Razzmatazz. HEX triplet: F8, 01 and 72. RGB value is (248,1,114). Sum of RGB (Red+Green+Blue) = 248+1+114=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F80172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80172 is #07FE8D. Grayscale: #575757. Windows color (decimal): -523918 or 7471608. OLE color: 7471608.

HSL color Cylindrical-coordinate representation of color #F80172: hue angle of 332.55º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80172 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 1 114 -
CMYK 0 1.00 0.54 0.03
HSL 332.55º 0.99% 0.49% -
HSV(B) 332.55º 1% 0.97% -
XYZ 41.76 21.19 17.81 -
YUV 87.74 142.83 242.31 -
System Red Green Blue C M Y K H S L
Decimal 248 1 114 0 1.00 0.54 0.03 332.55 0.99 0.49
Hex F8 1 72 0 64 36 3 14D 63 31
Octal 370 1 162 0 144 66 3 515 143 61
Binary 11111000 1 1110010 0 1100100 110110 11 101001101 1100011 110001

Color Harmonies of #F80172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80172

Black with #F80172

Text Example


Text Example

White with #F80172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80172; }

 p { color: rgb(248,1,114); }

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

background-color css

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

 a { background-color: rgb(248,1,114); }

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

border-color css

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

 span { border-color: rgb(248,1,114); }

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