Html Css Color HEX #F804A6 Hollywood Cerise

📋 copy color: '#F804A6'

red 248 ◦ green 4 ◦ blue 166

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

Shades of Hollywood Cerise #F804A6

Tints of Hollywood Cerise #F804A6

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.96%

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

R = 59.33%
G = 0.96%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F804A6 (or 0xF804A6) is known color: Hollywood Cerise. HEX triplet: F8, 04 and A6. RGB value is (248,4,166). Sum of RGB (Red+Green+Blue) = 248+4+166=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F804A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F804A6 is #07FB59. Grayscale: #5F5F5F. Windows color (decimal): -523098 or 10880248. OLE color: 10880248.

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

Color convert

RGB 248 4 166 -
CMYK 0 0.98 0.33 0.03
HSL 320.16º 0.97% 0.49% -
HSV(B) 320.16º 0.98% 0.97% -
XYZ 45.64 22.8 38.07 -
YUV 95.42 167.84 236.83 -
System Red Green Blue C M Y K H S L
Decimal 248 4 166 0 0.98 0.33 0.03 320.16 0.97 0.49
Hex F8 4 A6 0 62 21 3 140 61 31
Octal 370 4 246 0 142 41 3 500 141 61
Binary 11111000 100 10100110 0 1100010 100001 11 101000000 1100001 110001

Color Harmonies of #F804A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F804A6

Black with #F804A6

Text Example


Text Example

White with #F804A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F804A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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