Html Css Color HEX #F80257 Razzmatazz

📋 copy color: '#F80257'

red 248 ◦ green 2 ◦ blue 87

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

Shades of Razzmatazz #F80257

Tints of Razzmatazz #F80257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 73.59%
G = 0.59%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F80257 (or 0xF80257) is known color: Razzmatazz. HEX triplet: F8, 02 and 57. RGB value is (248,2,87). Sum of RGB (Red+Green+Blue) = 248+2+87=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F80257 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80257 is #07FDA8. Grayscale: #555555. Windows color (decimal): -523689 or 5702392. OLE color: 5702392.

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

Color convert

RGB 248 2 87 -
CMYK 0 0.99 0.65 0.03
HSL 339.27º 0.98% 0.49% -
HSV(B) 339.27º 0.99% 0.97% -
XYZ 40.45 20.69 10.88 -
YUV 85.24 129 244.09 -
System Red Green Blue C M Y K H S L
Decimal 248 2 87 0 0.99 0.65 0.03 339.27 0.98 0.49
Hex F8 2 57 0 63 41 3 153 62 31
Octal 370 2 127 0 143 101 3 523 142 61
Binary 11111000 10 1010111 0 1100011 1000001 11 101010011 1100010 110001

Color Harmonies of #F80257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80257

Black with #F80257

Text Example


Text Example

White with #F80257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80257; }

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

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

background-color css

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

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

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

border-color css

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

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

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