Html Css Color HEX #F6018E Hollywood Cerise

📋 copy color: '#F6018E'

red 246 ◦ green 1 ◦ blue 142

#F6018E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #F6018E

Tints of Hollywood Cerise #F6018E

RGB

 RED value IS 246 (96.48% from 255) = 63.24%

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 63.24%
G = 0.26%
B = 36.5%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6018E (or 0xF6018E) is known color: Hollywood Cerise. HEX triplet: F6, 01 and 8E. RGB value is (246,1,142). Sum of RGB (Red+Green+Blue) = 246+1+142=389 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.24% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 246 - color contains mainly: red. Hex color #F6018E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6018E is #09FE71. Grayscale: #5A5A5A. Windows color (decimal): -654962 or 9306614. OLE color: 9306614.

HSL color Cylindrical-coordinate representation of color #F6018E: hue angle of 325.47º 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 #F6018E is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 1 142 -
CMYK 0 1.00 0.42 0.04
HSL 325.47º 0.99% 0.48% -
HSV(B) 325.47º 1% 0.96% -
XYZ 42.9 21.57 27.49 -
YUV 90.33 157.17 239.04 -
System Red Green Blue C M Y K H S L
Decimal 246 1 142 0 1.00 0.42 0.04 325.47 0.99 0.48
Hex F6 1 8E 0 64 2A 4 145 63 30
Octal 366 1 216 0 144 52 4 505 143 60
Binary 11110110 1 10001110 0 1100100 101010 100 101000101 1100011 110000

Color Harmonies of #F6018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6018E

Black with #F6018E

Text Example


Text Example

White with #F6018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6018E; }

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

 H1.HeaderClassName
 {
   color: #F6018E;
 }
 .AnyTagClassName
 {
   color: #F6018E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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