Html Css Color HEX #F902A0 Hollywood Cerise

📋 copy color: '#F902A0'

red 249 ◦ green 2 ◦ blue 160

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

Shades of Hollywood Cerise #F902A0

Tints of Hollywood Cerise #F902A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.93%

R = 60.58%
G = 0.49%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F902A0 (or 0xF902A0) is known color: Hollywood Cerise. HEX triplet: F9, 02 and A0. RGB value is (249,2,160). Sum of RGB (Red+Green+Blue) = 249+2+160=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F902A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F902A0 is #06FD5F. Grayscale: #5D5D5D. Windows color (decimal): -458080 or 10486521. OLE color: 10486521.

HSL color Cylindrical-coordinate representation of color #F902A0: hue angle of 321.62º 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 #F902A0 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 2 160 -
CMYK 0 0.99 0.36 0.02
HSL 321.62º 0.98% 0.49% -
HSV(B) 321.62º 0.99% 0.98% -
XYZ 45.43 22.72 35.25 -
YUV 93.87 165.33 238.65 -
System Red Green Blue C M Y K H S L
Decimal 249 2 160 0 0.99 0.36 0.02 321.62 0.98 0.49
Hex F9 2 A0 0 63 24 2 142 62 31
Octal 371 2 240 0 143 44 2 502 142 61
Binary 11111001 10 10100000 0 1100011 100100 10 101000010 1100010 110001

Color Harmonies of #F902A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F902A0

Black with #F902A0

Text Example


Text Example

White with #F902A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F902A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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