#F90095

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

Shades of Hollywood Cerise #F90095

Tints of Hollywood Cerise #F90095

Color information

#F90095 (or 0xF90095) is unknown color: approx Hollywood Cerise. HEX triplet: F9, 00 and 95. RGB value is (249,0,149). Sum of RGB (Red+Green+Blue) = 249+0+149=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F90095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90095 is #06FF6A. Grayscale: #5B5B5B. Windows color (decimal): -458603 or 9765113. OLE color: 9765113.

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

Color convert

RGB2490149-
CMYK010.400.02
HSL324.1º100%48.82%-
HSV(B)324.1º100%97.65%-
XYZ44.4922.3130.39-
YUV91.44160.49240.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=62.56%
G=0%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2490149010.400.02324.110048.82
HexF90950642821446431
Octal3710225014450250414461
Binary1111100101001010101100100101000101010001001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90095; }

 p { color: rgb(249,0,149); }

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

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

 a { background-color: rgb(249,0,149); }

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

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

 span { border-color: rgb(249,0,149); }

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