Html Css Color HEX #F80695 Hollywood Cerise

📋 copy color: '#F80695'

red 248 ◦ green 6 ◦ blue 149

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

Shades of Hollywood Cerise #F80695

Tints of Hollywood Cerise #F80695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.97%

R = 61.54%
G = 1.49%
B = 36.97%

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

#F80695 (or 0xF80695) is known color: Hollywood Cerise. HEX triplet: F8, 06 and 95. RGB value is (248,6,149). Sum of RGB (Red+Green+Blue) = 248+6+149=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F80695 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80695 is #07F96A. Grayscale: #5E5E5E. Windows color (decimal): -522603 or 9766648. OLE color: 9766648.

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

Color convert

RGB 248 6 149 -
CMYK 0 0.98 0.40 0.03
HSL 324.55º 0.95% 0.5% -
HSV(B) 324.55º 0.98% 0.97% -
XYZ 44.2 22.26 30.4 -
YUV 94.66 158.67 237.37 -
System Red Green Blue C M Y K H S L
Decimal 248 6 149 0 0.98 0.40 0.03 324.55 0.95 0.5
Hex F8 6 95 0 62 28 3 145 5F 32
Octal 370 6 225 0 142 50 3 505 137 62
Binary 11111000 110 10010101 0 1100010 101000 11 101000101 1011111 110010

Color Harmonies of #F80695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80695

Black with #F80695

Text Example


Text Example

White with #F80695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80695; }

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

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

background-color css

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

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

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

border-color css

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

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

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