Html Css Color HEX #F809AF Hollywood Cerise

📋 copy color: '#F809AF'

red 248 ◦ green 9 ◦ blue 175

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

Shades of Hollywood Cerise #F809AF

Tints of Hollywood Cerise #F809AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.08%

 BLUE value IS 175 (68.75% from 255) = 40.51%

R = 57.41%
G = 2.08%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F809AF (or 0xF809AF) is known color: Hollywood Cerise. HEX triplet: F8, 09 and AF. RGB value is (248,9,175). Sum of RGB (Red+Green+Blue) = 248+9+175=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 9 (3.91% from 255 or 2.08% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F809AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F809AF is #07F650. Grayscale: #626262. Windows color (decimal): -521809 or 11471352. OLE color: 11471352.

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

Color convert

RGB 248 9 175 -
CMYK 0 0.96 0.29 0.03
HSL 318.33º 0.94% 0.5% -
HSV(B) 318.33º 0.96% 0.97% -
XYZ 46.55 23.25 42.59 -
YUV 99.39 170.68 234 -
System Red Green Blue C M Y K H S L
Decimal 248 9 175 0 0.96 0.29 0.03 318.33 0.94 0.5
Hex F8 9 AF 0 60 1D 3 13E 5E 32
Octal 370 11 257 0 140 35 3 476 136 62
Binary 11111000 1001 10101111 0 1100000 11101 11 100111110 1011110 110010

Color Harmonies of #F809AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F809AF

Black with #F809AF

Text Example


Text Example

White with #F809AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F809AF; }

 p { color: rgb(248,9,175); }

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

background-color css

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

 a { background-color: rgb(248,9,175); }

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

border-color css

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

 span { border-color: rgb(248,9,175); }

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