Html Css Color HEX #F900AE Hollywood Cerise

📋 copy color: '#F900AE'

red 249 ◦ green 0 ◦ blue 174

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

Shades of Hollywood Cerise #F900AE

Tints of Hollywood Cerise #F900AE

RGB

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

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

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

R = 58.87%
G = 0%
B = 41.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F900AE (or 0xF900AE) is known color: Hollywood Cerise. HEX triplet: F9, 00 and AE. RGB value is (249,0,174). Sum of RGB (Red+Green+Blue) = 249+0+174=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F900AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F900AE is #06FF51. Grayscale: #5D5D5D. Windows color (decimal): -458578 or 11403513. OLE color: 11403513.

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

Color convert

RGB 249 0 174 -
CMYK 0 1 0.30 0.02
HSL 318.07º 1% 0.49% -
HSV(B) 318.07º 1% 0.98% -
XYZ 46.71 23.2 42.06 -
YUV 94.29 172.99 238.35 -
System Red Green Blue C M Y K H S L
Decimal 249 0 174 0 1 0.30 0.02 318.07 1 0.49
Hex F9 0 AE 0 64 1E 2 13E 64 31
Octal 371 0 256 0 144 36 2 476 144 61
Binary 11111001 0 10101110 0 1100100 11110 10 100111110 1100100 110001

Color Harmonies of #F900AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900AE

Black with #F900AE

Text Example


Text Example

White with #F900AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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