Html Css Color HEX #F800AE Hollywood Cerise

📋 copy color: '#F800AE'

red 248 ◦ green 0 ◦ blue 174

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

Shades of Hollywood Cerise #F800AE

Tints of Hollywood Cerise #F800AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 174 (68.36% from 255) = 41.23%

R = 58.77%
G = 0%
B = 41.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F800AE (or 0xF800AE) is known color: Hollywood Cerise. HEX triplet: F8, 00 and AE. RGB value is (248,0,174). Sum of RGB (Red+Green+Blue) = 248+0+174=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F800AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F800AE is #07FF51. Grayscale: #5D5D5D. Windows color (decimal): -524114 or 11403512. OLE color: 11403512.

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

Color convert

RGB 248 0 174 -
CMYK 0 1 0.30 0.03
HSL 317.9º 1% 0.49% -
HSV(B) 317.9º 1% 0.97% -
XYZ 46.35 23.01 42.04 -
YUV 93.99 173.16 237.85 -
System Red Green Blue C M Y K H S L
Decimal 248 0 174 0 1 0.30 0.03 317.9 1 0.49
Hex F8 0 AE 0 64 1E 3 13E 64 31
Octal 370 0 256 0 144 36 3 476 144 61
Binary 11111000 0 10101110 0 1100100 11110 11 100111110 1100100 110001

Color Harmonies of #F800AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800AE

Black with #F800AE

Text Example


Text Example

White with #F800AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800AE; }

 p { color: rgb(248,0,174); }

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

background-color css

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

 a { background-color: rgb(248,0,174); }

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

border-color css

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

 span { border-color: rgb(248,0,174); }

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