Html Css Color HEX #F902A3 Hollywood Cerise

📋 copy color: '#F902A3'

red 249 ◦ green 2 ◦ blue 163

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

Shades of Hollywood Cerise #F902A3

Tints of Hollywood Cerise #F902A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.37%

R = 60.14%
G = 0.48%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F902A3 (or 0xF902A3) is known color: Hollywood Cerise. HEX triplet: F9, 02 and A3. RGB value is (249,2,163). Sum of RGB (Red+Green+Blue) = 249+2+163=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F902A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F902A3 is #06FD5C. Grayscale: #5D5D5D. Windows color (decimal): -458077 or 10683129. OLE color: 10683129.

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

Color convert

RGB 249 2 163 -
CMYK 0 0.99 0.35 0.02
HSL 320.89º 0.98% 0.49% -
HSV(B) 320.89º 0.99% 0.98% -
XYZ 45.7 22.83 36.65 -
YUV 94.21 166.83 238.41 -
System Red Green Blue C M Y K H S L
Decimal 249 2 163 0 0.99 0.35 0.02 320.89 0.98 0.49
Hex F9 2 A3 0 63 23 2 141 62 31
Octal 371 2 243 0 143 43 2 501 142 61
Binary 11111001 10 10100011 0 1100011 100011 10 101000001 1100010 110001

Color Harmonies of #F902A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F902A3

Black with #F902A3

Text Example


Text Example

White with #F902A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F902A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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