Html Css Color HEX #F6018F Hollywood Cerise

📋 copy color: '#F6018F'

red 246 ◦ green 1 ◦ blue 143

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

Shades of Hollywood Cerise #F6018F

Tints of Hollywood Cerise #F6018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.67%

R = 63.08%
G = 0.26%
B = 36.67%

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

#F6018F (or 0xF6018F) is known color: Hollywood Cerise. HEX triplet: F6, 01 and 8F. RGB value is (246,1,143). Sum of RGB (Red+Green+Blue) = 246+1+143=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F6018F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6018F is #09FE70. Grayscale: #5A5A5A. Windows color (decimal): -654961 or 9372150. OLE color: 9372150.

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

Color convert

RGB 246 1 143 -
CMYK 0 1.00 0.42 0.04
HSL 325.22º 0.99% 0.48% -
HSV(B) 325.22º 1% 0.96% -
XYZ 42.97 21.6 27.89 -
YUV 90.44 157.67 238.95 -
System Red Green Blue C M Y K H S L
Decimal 246 1 143 0 1.00 0.42 0.04 325.22 0.99 0.48
Hex F6 1 8F 0 64 2A 4 145 63 30
Octal 366 1 217 0 144 52 4 505 143 60
Binary 11110110 1 10001111 0 1100100 101010 100 101000101 1100011 110000

Color Harmonies of #F6018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6018F

Black with #F6018F

Text Example


Text Example

White with #F6018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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