Html Css Color HEX #F80696 Hollywood Cerise

📋 copy color: '#F80696'

red 248 ◦ green 6 ◦ blue 150

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

Shades of Hollywood Cerise #F80696

Tints of Hollywood Cerise #F80696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.49%

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 61.39%
G = 1.49%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F80696 (or 0xF80696) is known color: Hollywood Cerise. HEX triplet: F8, 06 and 96. RGB value is (248,6,150). Sum of RGB (Red+Green+Blue) = 248+6+150=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F80696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80696 is #07F969. Grayscale: #5E5E5E. Windows color (decimal): -522602 or 9832184. OLE color: 9832184.

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

Color convert

RGB 248 6 150 -
CMYK 0 0.98 0.40 0.03
HSL 324.3º 0.95% 0.5% -
HSV(B) 324.3º 0.98% 0.97% -
XYZ 44.28 22.29 30.82 -
YUV 94.77 159.17 237.29 -
System Red Green Blue C M Y K H S L
Decimal 248 6 150 0 0.98 0.40 0.03 324.3 0.95 0.5
Hex F8 6 96 0 62 28 3 144 5F 32
Octal 370 6 226 0 142 50 3 504 137 62
Binary 11111000 110 10010110 0 1100010 101000 11 101000100 1011111 110010

Color Harmonies of #F80696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80696

Black with #F80696

Text Example


Text Example

White with #F80696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80696; }

 p { color: rgb(248,6,150); }

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

background-color css

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

 a { background-color: rgb(248,6,150); }

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

border-color css

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

 span { border-color: rgb(248,6,150); }

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