Html Css Color HEX #F80472 Razzmatazz

📋 copy color: '#F80472'

red 248 ◦ green 4 ◦ blue 114

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

Shades of Razzmatazz #F80472

Tints of Razzmatazz #F80472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 67.76%
G = 1.09%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F80472 (or 0xF80472) is known color: Razzmatazz. HEX triplet: F8, 04 and 72. RGB value is (248,4,114). Sum of RGB (Red+Green+Blue) = 248+4+114=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F80472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80472 is #07FB8D. Grayscale: #595959. Windows color (decimal): -523150 or 7472376. OLE color: 7472376.

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

Color convert

RGB 248 4 114 -
CMYK 0 0.98 0.54 0.03
HSL 332.95º 0.97% 0.49% -
HSV(B) 332.95º 0.98% 0.97% -
XYZ 41.79 21.26 17.82 -
YUV 89.5 141.84 241.06 -
System Red Green Blue C M Y K H S L
Decimal 248 4 114 0 0.98 0.54 0.03 332.95 0.97 0.49
Hex F8 4 72 0 62 36 3 14D 61 31
Octal 370 4 162 0 142 66 3 515 141 61
Binary 11111000 100 1110010 0 1100010 110110 11 101001101 1100001 110001

Color Harmonies of #F80472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80472

Black with #F80472

Text Example


Text Example

White with #F80472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80472; }

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

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

background-color css

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

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

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

border-color css

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

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

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