Html Css Color HEX #F601A8 Hollywood Cerise

📋 copy color: '#F601A8'

red 246 ◦ green 1 ◦ blue 168

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

Shades of Hollywood Cerise #F601A8

Tints of Hollywood Cerise #F601A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.48%

R = 59.28%
G = 0.24%
B = 40.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F601A8 (or 0xF601A8) is known color: Hollywood Cerise. HEX triplet: F6, 01 and A8. RGB value is (246,1,168). Sum of RGB (Red+Green+Blue) = 246+1+168=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F601A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F601A8 is #09FE57. Grayscale: #5C5C5C. Windows color (decimal): -654936 or 11010550. OLE color: 11010550.

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

Color convert

RGB 246 1 168 -
CMYK 0 1.00 0.32 0.04
HSL 319.1º 0.99% 0.48% -
HSV(B) 319.1º 1% 0.96% -
XYZ 45.08 22.44 39 -
YUV 93.29 170.17 236.92 -
System Red Green Blue C M Y K H S L
Decimal 246 1 168 0 1.00 0.32 0.04 319.1 0.99 0.48
Hex F6 1 A8 0 64 20 4 13F 63 30
Octal 366 1 250 0 144 40 4 477 143 60
Binary 11110110 1 10101000 0 1100100 100000 100 100111111 1100011 110000

Color Harmonies of #F601A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F601A8

Black with #F601A8

Text Example


Text Example

White with #F601A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F601A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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