Html Css Color HEX #F601AF Hollywood Cerise

📋 copy color: '#F601AF'

red 246 ◦ green 1 ◦ blue 175

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

Shades of Hollywood Cerise #F601AF

Tints of Hollywood Cerise #F601AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.47%

R = 58.29%
G = 0.24%
B = 41.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F601AF (or 0xF601AF) is known color: Hollywood Cerise. HEX triplet: F6, 01 and AF. RGB value is (246,1,175). Sum of RGB (Red+Green+Blue) = 246+1+175=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F601AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F601AF is #09FE50. Grayscale: #5D5D5D. Windows color (decimal): -654929 or 11469302. OLE color: 11469302.

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

Color convert

RGB 246 1 175 -
CMYK 0 1.00 0.29 0.04
HSL 317.39º 0.99% 0.48% -
HSV(B) 317.39º 1% 0.96% -
XYZ 45.75 22.71 42.53 -
YUV 94.09 173.67 236.35 -
System Red Green Blue C M Y K H S L
Decimal 246 1 175 0 1.00 0.29 0.04 317.39 0.99 0.48
Hex F6 1 AF 0 64 1D 4 13D 63 30
Octal 366 1 257 0 144 35 4 475 143 60
Binary 11110110 1 10101111 0 1100100 11101 100 100111101 1100011 110000

Color Harmonies of #F601AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F601AF

Black with #F601AF

Text Example


Text Example

White with #F601AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F601AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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