Html Css Color HEX #F80557 Razzmatazz

📋 copy color: '#F80557'

red 248 ◦ green 5 ◦ blue 87

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

Shades of Razzmatazz #F80557

Tints of Razzmatazz #F80557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.59%

R = 72.94%
G = 1.47%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F80557 (or 0xF80557) is known color: Razzmatazz. HEX triplet: F8, 05 and 57. RGB value is (248,5,87). Sum of RGB (Red+Green+Blue) = 248+5+87=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F80557 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80557 is #07FAA8. Grayscale: #565656. Windows color (decimal): -522921 or 5703160. OLE color: 5703160.

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

Color convert

RGB 248 5 87 -
CMYK 0 0.98 0.65 0.03
HSL 339.75º 0.96% 0.5% -
HSV(B) 339.75º 0.98% 0.97% -
XYZ 40.49 20.75 10.89 -
YUV 87.01 128.01 242.83 -
System Red Green Blue C M Y K H S L
Decimal 248 5 87 0 0.98 0.65 0.03 339.75 0.96 0.5
Hex F8 5 57 0 62 41 3 154 60 32
Octal 370 5 127 0 142 101 3 524 140 62
Binary 11111000 101 1010111 0 1100010 1000001 11 101010100 1100000 110010

Color Harmonies of #F80557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80557

Black with #F80557

Text Example


Text Example

White with #F80557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80557; }

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

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

background-color css

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

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

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

border-color css

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

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

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