Html Css Color HEX #F902AE Hollywood Cerise

📋 copy color: '#F902AE'

red 249 ◦ green 2 ◦ blue 174

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

Shades of Hollywood Cerise #F902AE

Tints of Hollywood Cerise #F902AE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 58.59%
G = 0.47%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F902AE (or 0xF902AE) is known color: Hollywood Cerise. HEX triplet: F9, 02 and AE. RGB value is (249,2,174). Sum of RGB (Red+Green+Blue) = 249+2+174=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F902AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F902AE is #06FD51. Grayscale: #5F5F5F. Windows color (decimal): -458066 or 11404025. OLE color: 11404025.

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

Color convert

RGB 249 2 174 -
CMYK 0 0.99 0.30 0.02
HSL 318.22º 0.98% 0.49% -
HSV(B) 318.22º 0.99% 0.98% -
XYZ 46.73 23.24 42.07 -
YUV 95.46 172.33 237.51 -
System Red Green Blue C M Y K H S L
Decimal 249 2 174 0 0.99 0.30 0.02 318.22 0.98 0.49
Hex F9 2 AE 0 63 1E 2 13E 62 31
Octal 371 2 256 0 143 36 2 476 142 61
Binary 11111001 10 10101110 0 1100011 11110 10 100111110 1100010 110001

Color Harmonies of #F902AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F902AE

Black with #F902AE

Text Example


Text Example

White with #F902AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F902AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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