Html Css Color HEX #F80160 Razzmatazz

📋 copy color: '#F80160'

red 248 ◦ green 1 ◦ blue 96

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

Shades of Razzmatazz #F80160

Tints of Razzmatazz #F80160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 71.88%
G = 0.29%
B = 27.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F80160 (or 0xF80160) is known color: Razzmatazz. HEX triplet: F8, 01 and 60. RGB value is (248,1,96). Sum of RGB (Red+Green+Blue) = 248+1+96=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F80160 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80160 is #07FE9F. Grayscale: #555555. Windows color (decimal): -523936 or 6291960. OLE color: 6291960.

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

Color convert

RGB 248 1 96 -
CMYK 0 1.00 0.61 0.03
HSL 336.92º 0.99% 0.49% -
HSV(B) 336.92º 1% 0.97% -
XYZ 40.83 20.82 12.93 -
YUV 85.68 133.83 243.78 -
System Red Green Blue C M Y K H S L
Decimal 248 1 96 0 1.00 0.61 0.03 336.92 0.99 0.49
Hex F8 1 60 0 64 3D 3 151 63 31
Octal 370 1 140 0 144 75 3 521 143 61
Binary 11111000 1 1100000 0 1100100 111101 11 101010001 1100011 110001

Color Harmonies of #F80160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80160

Black with #F80160

Text Example


Text Example

White with #F80160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80160; }

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

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

background-color css

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

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

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

border-color css

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

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

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