Html Css Color HEX #F80572 Razzmatazz

📋 copy color: '#F80572'

red 248 ◦ green 5 ◦ blue 114

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

Shades of Razzmatazz #F80572

Tints of Razzmatazz #F80572

RGB

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

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

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

R = 67.57%
G = 1.36%
B = 31.06%

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

#F80572 (or 0xF80572) is known color: Razzmatazz. HEX triplet: F8, 05 and 72. RGB value is (248,5,114). Sum of RGB (Red+Green+Blue) = 248+5+114=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F80572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80572 is #07FA8D. Grayscale: #595959. Windows color (decimal): -522894 or 7472632. OLE color: 7472632.

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

Color convert

RGB 248 5 114 -
CMYK 0 0.98 0.54 0.03
HSL 333.09º 0.96% 0.5% -
HSV(B) 333.09º 0.98% 0.97% -
XYZ 41.8 21.28 17.82 -
YUV 90.08 141.51 240.64 -
System Red Green Blue C M Y K H S L
Decimal 248 5 114 0 0.98 0.54 0.03 333.09 0.96 0.5
Hex F8 5 72 0 62 36 3 14D 60 32
Octal 370 5 162 0 142 66 3 515 140 62
Binary 11111000 101 1110010 0 1100010 110110 11 101001101 1100000 110010

Color Harmonies of #F80572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80572

Black with #F80572

Text Example


Text Example

White with #F80572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80572; }

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

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

background-color css

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

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

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

border-color css

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

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

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