Html Css Color HEX #F807A6 Hollywood Cerise

📋 copy color: '#F807A6'

red 248 ◦ green 7 ◦ blue 166

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

Shades of Hollywood Cerise #F807A6

Tints of Hollywood Cerise #F807A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.43%

R = 58.91%
G = 1.66%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F807A6 (or 0xF807A6) is known color: Hollywood Cerise. HEX triplet: F8, 07 and A6. RGB value is (248,7,166). Sum of RGB (Red+Green+Blue) = 248+7+166=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F807A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F807A6 is #07F859. Grayscale: #606060. Windows color (decimal): -522330 or 10881016. OLE color: 10881016.

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

Color convert

RGB 248 7 166 -
CMYK 0 0.97 0.33 0.03
HSL 320.41º 0.95% 0.5% -
HSV(B) 320.41º 0.97% 0.97% -
XYZ 45.67 22.86 38.08 -
YUV 97.19 166.84 235.57 -
System Red Green Blue C M Y K H S L
Decimal 248 7 166 0 0.97 0.33 0.03 320.41 0.95 0.5
Hex F8 7 A6 0 61 21 3 140 5F 32
Octal 370 7 246 0 141 41 3 500 137 62
Binary 11111000 111 10100110 0 1100001 100001 11 101000000 1011111 110010

Color Harmonies of #F807A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F807A6

Black with #F807A6

Text Example


Text Example

White with #F807A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F807A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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