#F5008D

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

Shades of Hollywood Cerise #F5008D

Tints of Hollywood Cerise #F5008D

Color information

#F5008D (or 0xF5008D) is unknown color: approx Hollywood Cerise. HEX triplet: F5, 00 and 8D. RGB value is (245,0,141). Sum of RGB (Red+Green+Blue) = 245+0+141=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F5008D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5008D is #0AFF72. Grayscale: #595959. Windows color (decimal): -720755 or 9240821. OLE color: 9240821.

HSL color Cylindrical-coordinate representation of color #F5008D: hue angle of 325.47º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5008D is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB2450141-
CMYK010.420.04
HSL325.47º100%48.04%-
HSV(B)325.47º100%96.08%-
XYZ42.4621.3427.08-
YUV89.33157.17239.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=63.47%
G=0%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2450141010.420.04325.4710048.04
HexF508D0642A41456430
Octal3650215014452450514460
Binary11110101010001101011001001010101001010001011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5008D; }

 p { color: rgb(245,0,141); }

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

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

 a { background-color: rgb(245,0,141); }

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

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

 span { border-color: rgb(245,0,141); }

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