Html Css Color HEX #F80552 Razzmatazz

📋 copy color: '#F80552'

red 248 ◦ green 5 ◦ blue 82

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

Shades of Razzmatazz #F80552

Tints of Razzmatazz #F80552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 74.03%
G = 1.49%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F80552 (or 0xF80552) is known color: Razzmatazz. HEX triplet: F8, 05 and 52. RGB value is (248,5,82). Sum of RGB (Red+Green+Blue) = 248+5+82=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F80552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80552 is #07FAAD. Grayscale: #565656. Windows color (decimal): -522926 or 5375480. OLE color: 5375480.

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

Color convert

RGB 248 5 82 -
CMYK 0 0.98 0.67 0.03
HSL 340.99º 0.96% 0.5% -
HSV(B) 340.99º 0.98% 0.97% -
XYZ 40.29 20.67 9.85 -
YUV 86.44 125.51 243.24 -
System Red Green Blue C M Y K H S L
Decimal 248 5 82 0 0.98 0.67 0.03 340.99 0.96 0.5
Hex F8 5 52 0 62 43 3 155 60 32
Octal 370 5 122 0 142 103 3 525 140 62
Binary 11111000 101 1010010 0 1100010 1000011 11 101010101 1100000 110010

Color Harmonies of #F80552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80552

Black with #F80552

Text Example


Text Example

White with #F80552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80552; }

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

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

background-color css

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

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

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

border-color css

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

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

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