Html Css Color HEX #F901AE Hollywood Cerise

📋 copy color: '#F901AE'

red 249 ◦ green 1 ◦ blue 174

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

Shades of Hollywood Cerise #F901AE

Tints of Hollywood Cerise #F901AE

RGB

 RED value IS 249 (97.66% from 255) = 58.73%

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 58.73%
G = 0.24%
B = 41.04%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F901AE (or 0xF901AE) is known color: Hollywood Cerise. HEX triplet: F9, 01 and AE. RGB value is (249,1,174). Sum of RGB (Red+Green+Blue) = 249+1+174=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F901AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F901AE is #06FE51. Grayscale: #5E5E5E. Windows color (decimal): -458322 or 11403769. OLE color: 11403769.

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

Color convert

RGB 249 1 174 -
CMYK 0 1.00 0.30 0.02
HSL 318.15º 0.99% 0.49% -
HSV(B) 318.15º 1% 0.98% -
XYZ 46.72 23.22 42.06 -
YUV 94.87 172.66 237.93 -
System Red Green Blue C M Y K H S L
Decimal 249 1 174 0 1.00 0.30 0.02 318.15 0.99 0.49
Hex F9 1 AE 0 64 1E 2 13E 63 31
Octal 371 1 256 0 144 36 2 476 143 61
Binary 11111001 1 10101110 0 1100100 11110 10 100111110 1100011 110001

Color Harmonies of #F901AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901AE

Black with #F901AE

Text Example


Text Example

White with #F901AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901AE; }

 p { color: rgb(249,1,174); }

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

background-color css

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

 a { background-color: rgb(249,1,174); }

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

border-color css

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

 span { border-color: rgb(249,1,174); }

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