#F902B2

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

Shades of Hollywood Cerise #F902B2

Tints of Hollywood Cerise #F902B2

Color information

#F902B2 (or 0xF902B2) is unknown color: approx Hollywood Cerise. HEX triplet: F9, 02 and B2. RGB value is (249,2,178). Sum of RGB (Red+Green+Blue) = 249+2+178=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F902B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F902B2 is #06FD4D. Grayscale: #5F5F5F. Windows color (decimal): -458062 or 11666169. OLE color: 11666169.

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

Color convert

RGB2492178-
CMYK00.990.290.02
HSL317.25º98.41%49.22%-
HSV(B)317.25º99.2%97.65%-
XYZ47.1223.444.15-
YUV95.92174.33237.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.04%
GREEN value IS 2 (1.17% from 255) = 0.47%
BLUE value IS 178 (69.92% from 255) = 41.49%
R=58.04%
G=0.47%
B=41.49%

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
Decimal249217800.990.290.02317.2598.4149.22
HexF92B20631D213d6231
Octal3712262014335247514261
Binary1111100110101100100110001111101101001111011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F902B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F902B2; }

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

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

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

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

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

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

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

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