Html Css Color HEX #F807A1 Hollywood Cerise

📋 copy color: '#F807A1'

red 248 ◦ green 7 ◦ blue 161

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

Shades of Hollywood Cerise #F807A1

Tints of Hollywood Cerise #F807A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.7%

R = 59.62%
G = 1.68%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F807A1 (or 0xF807A1) is known color: Hollywood Cerise. HEX triplet: F8, 07 and A1. RGB value is (248,7,161). Sum of RGB (Red+Green+Blue) = 248+7+161=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F807A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F807A1 is #07F85E. Grayscale: #606060. Windows color (decimal): -522335 or 10553336. OLE color: 10553336.

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

Color convert

RGB 248 7 161 -
CMYK 0 0.97 0.35 0.03
HSL 321.66º 0.95% 0.5% -
HSV(B) 321.66º 0.97% 0.97% -
XYZ 45.22 22.68 35.71 -
YUV 96.62 164.34 235.98 -
System Red Green Blue C M Y K H S L
Decimal 248 7 161 0 0.97 0.35 0.03 321.66 0.95 0.5
Hex F8 7 A1 0 61 23 3 142 5F 32
Octal 370 7 241 0 141 43 3 502 137 62
Binary 11111000 111 10100001 0 1100001 100011 11 101000010 1011111 110010

Color Harmonies of #F807A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F807A1

Black with #F807A1

Text Example


Text Example

White with #F807A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F807A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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