Html Css Color HEX #F804A8 Hollywood Cerise

📋 copy color: '#F804A8'

red 248 ◦ green 4 ◦ blue 168

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

Shades of Hollywood Cerise #F804A8

Tints of Hollywood Cerise #F804A8

RGB

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

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

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

R = 59.05%
G = 0.95%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F804A8 (or 0xF804A8) is known color: Hollywood Cerise. HEX triplet: F8, 04 and A8. RGB value is (248,4,168). Sum of RGB (Red+Green+Blue) = 248+4+168=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F804A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F804A8 is #07FB57. Grayscale: #5F5F5F. Windows color (decimal): -523096 or 11011320. OLE color: 11011320.

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

Color convert

RGB 248 4 168 -
CMYK 0 0.98 0.32 0.03
HSL 319.67º 0.97% 0.49% -
HSV(B) 319.67º 0.98% 0.97% -
XYZ 45.82 22.87 39.05 -
YUV 95.65 168.84 236.66 -
System Red Green Blue C M Y K H S L
Decimal 248 4 168 0 0.98 0.32 0.03 319.67 0.97 0.49
Hex F8 4 A8 0 62 20 3 140 61 31
Octal 370 4 250 0 142 40 3 500 141 61
Binary 11111000 100 10101000 0 1100010 100000 11 101000000 1100001 110001

Color Harmonies of #F804A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F804A8

Black with #F804A8

Text Example


Text Example

White with #F804A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F804A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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