Html Css Color HEX #F600AC Hollywood Cerise

📋 copy color: '#F600AC'

red 246 ◦ green 0 ◦ blue 172

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

Shades of Hollywood Cerise #F600AC

Tints of Hollywood Cerise #F600AC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 58.85%
G = 0%
B = 41.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F600AC (or 0xF600AC) is known color: Hollywood Cerise. HEX triplet: F6, 00 and AC. RGB value is (246,0,172). Sum of RGB (Red+Green+Blue) = 246+0+172=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F600AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F600AC is #09FF53. Grayscale: #5C5C5C. Windows color (decimal): -655188 or 11272438. OLE color: 11272438.

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

Color convert

RGB 246 0 172 -
CMYK 0 1 0.30 0.04
HSL 318.05º 1% 0.48% -
HSV(B) 318.05º 1% 0.96% -
XYZ 45.45 22.57 40.99 -
YUV 93.16 172.5 237.01 -
System Red Green Blue C M Y K H S L
Decimal 246 0 172 0 1 0.30 0.04 318.05 1 0.48
Hex F6 0 AC 0 64 1E 4 13E 64 30
Octal 366 0 254 0 144 36 4 476 144 60
Binary 11110110 0 10101100 0 1100100 11110 100 100111110 1100100 110000

Color Harmonies of #F600AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F600AC

Black with #F600AC

Text Example


Text Example

White with #F600AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F600AC; }

 p { color: rgb(246,0,172); }

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

background-color css

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

 a { background-color: rgb(246,0,172); }

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

border-color css

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

 span { border-color: rgb(246,0,172); }

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