Html Css Color HEX #F807A8 Hollywood Cerise

📋 copy color: '#F807A8'

red 248 ◦ green 7 ◦ blue 168

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

Shades of Hollywood Cerise #F807A8

Tints of Hollywood Cerise #F807A8

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.65%

 BLUE value IS 168 (66.02% from 255) = 39.72%

R = 58.63%
G = 1.65%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F807A8 (or 0xF807A8) is known color: Hollywood Cerise. HEX triplet: F8, 07 and A8. RGB value is (248,7,168). Sum of RGB (Red+Green+Blue) = 248+7+168=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F807A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F807A8 is #07F857. Grayscale: #616161. Windows color (decimal): -522328 or 11012088. OLE color: 11012088.

HSL color Cylindrical-coordinate representation of color #F807A8: hue angle of 319.92º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F807A8 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 7 168 -
CMYK 0 0.97 0.32 0.03
HSL 319.92º 0.95% 0.5% -
HSV(B) 319.92º 0.97% 0.97% -
XYZ 45.86 22.94 39.06 -
YUV 97.41 167.84 235.41 -
System Red Green Blue C M Y K H S L
Decimal 248 7 168 0 0.97 0.32 0.03 319.92 0.95 0.5
Hex F8 7 A8 0 61 20 3 140 5F 32
Octal 370 7 250 0 141 40 3 500 137 62
Binary 11111000 111 10101000 0 1100001 100000 11 101000000 1011111 110010

Color Harmonies of #F807A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F807A8

Black with #F807A8

Text Example


Text Example

White with #F807A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F807A8; }

 p { color: rgb(248,7,168); }

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

background-color css

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

 a { background-color: rgb(248,7,168); }

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

border-color css

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

 span { border-color: rgb(248,7,168); }

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