Html Css Color HEX #F80157 Razzmatazz

📋 copy color: '#F80157'

red 248 ◦ green 1 ◦ blue 87

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

Shades of Razzmatazz #F80157

Tints of Razzmatazz #F80157

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 73.81%
G = 0.3%
B = 25.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F80157 (or 0xF80157) is known color: Razzmatazz. HEX triplet: F8, 01 and 57. RGB value is (248,1,87). Sum of RGB (Red+Green+Blue) = 248+1+87=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F80157 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80157 is #07FEA8. Grayscale: #545454. Windows color (decimal): -523945 or 5702136. OLE color: 5702136.

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

Color convert

RGB 248 1 87 -
CMYK 0 1.00 0.65 0.03
HSL 339.11º 0.99% 0.49% -
HSV(B) 339.11º 1% 0.97% -
XYZ 40.44 20.67 10.87 -
YUV 84.66 129.33 244.51 -
System Red Green Blue C M Y K H S L
Decimal 248 1 87 0 1.00 0.65 0.03 339.11 0.99 0.49
Hex F8 1 57 0 64 41 3 153 63 31
Octal 370 1 127 0 144 101 3 523 143 61
Binary 11111000 1 1010111 0 1100100 1000001 11 101010011 1100011 110001

Color Harmonies of #F80157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80157

Black with #F80157

Text Example


Text Example

White with #F80157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80157; }

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

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

background-color css

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

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

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

border-color css

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

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

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