#F6018D

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

Shades of Hollywood Cerise #F6018D

Tints of Hollywood Cerise #F6018D

Color information

#F6018D (or 0xF6018D) is unknown color: approx Hollywood Cerise. HEX triplet: F6, 01 and 8D. RGB value is (246,1,141). Sum of RGB (Red+Green+Blue) = 246+1+141=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F6018D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6018D is #09FE72. Grayscale: #595959. Windows color (decimal): -654963 or 9241078. OLE color: 9241078.

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

Color convert

RGB2461141-
CMYK01.000.430.04
HSL325.71º99.19%48.43%-
HSV(B)325.71º99.59%96.47%-
XYZ42.8221.5427.1-
YUV90.22156.67239.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 63.40%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=63.40%
G=0.26%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246114101.000.430.04325.7199.1948.43
HexF618D0642B41466330
Octal3661215014453450614360
Binary11110110110001101011001001010111001010001101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6018D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6018D; }

 p { color: rgb(246,1,141); }

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

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

 a { background-color: rgb(246,1,141); }

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

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

 span { border-color: rgb(246,1,141); }

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