Html Css Color HEX #F80B60 Razzmatazz

📋 copy color: '#F80B60'

red 248 ◦ green 11 ◦ blue 96

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

Shades of Razzmatazz #F80B60

Tints of Razzmatazz #F80B60

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.1%

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

R = 69.86%
G = 3.1%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F80B60 (or 0xF80B60) is known color: Razzmatazz. HEX triplet: F8, 0B and 60. RGB value is (248,11,96). Sum of RGB (Red+Green+Blue) = 248+11+96=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B60 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80B60 is #07F49F. Grayscale: #5B5B5B. Windows color (decimal): -521376 or 6294520. OLE color: 6294520.

HSL color Cylindrical-coordinate representation of color #F80B60: hue angle of 338.48º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80B60 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 11 96 -
CMYK 0 0.96 0.61 0.03
HSL 338.48º 0.94% 0.51% -
HSV(B) 338.48º 0.96% 0.97% -
XYZ 40.94 21.04 12.97 -
YUV 91.55 130.52 239.59 -
System Red Green Blue C M Y K H S L
Decimal 248 11 96 0 0.96 0.61 0.03 338.48 0.94 0.51
Hex F8 B 60 0 60 3D 3 152 5E 33
Octal 370 13 140 0 140 75 3 522 136 63
Binary 11111000 1011 1100000 0 1100000 111101 11 101010010 1011110 110011

Color Harmonies of #F80B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80B60

Black with #F80B60

Text Example


Text Example

White with #F80B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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