#F902B1

Color #F902B1 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #F902B1

Tints of Hollywood Cerise #F902B1

Color information

#F902B1 (or 0xF902B1) is unknown color: approx Hollywood Cerise. HEX triplet: F9, 02 and B1. RGB value is (249,2,177). Sum of RGB (Red+Green+Blue) = 249+2+177=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F902B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F902B1 is #06FD4E. Grayscale: #5F5F5F. Windows color (decimal): -458063 or 11600633. OLE color: 11600633.

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

Color convert

RGB2492177-
CMYK00.990.290.02
HSL317.49º98.41%49.22%-
HSV(B)317.49º99.2%97.65%-
XYZ47.0223.3643.62-
YUV95.8173.83237.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.18%
GREEN value IS 2 (1.17% from 255) = 0.47%
BLUE value IS 177 (69.53% from 255) = 41.36%
R=58.18%
G=0.47%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249217700.990.290.02317.4998.4149.22
HexF92B10631D213d6231
Octal3712261014335247514261
Binary1111100110101100010110001111101101001111011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F902B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F902B1; }

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

 H1.HeaderClassName
 {
   color: #F902B1;
 }
 .AnyTagClassName
 {
   color: #F902B1;
 }
</style>
background-color css

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

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

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

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

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

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