Html Css Color HEX #F600AA Hollywood Cerise

📋 copy color: '#F600AA'

red 246 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #F600AA

Tints of Hollywood Cerise #F600AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 59.13%
G = 0%
B = 40.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F600AA (or 0xF600AA) is known color: Hollywood Cerise. HEX triplet: F6, 00 and AA. RGB value is (246,0,170). Sum of RGB (Red+Green+Blue) = 246+0+170=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F600AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F600AA is #09FF55. Grayscale: #5C5C5C. Windows color (decimal): -655190 or 11141366. OLE color: 11141366.

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

Color convert

RGB 246 0 170 -
CMYK 0 1 0.31 0.04
HSL 318.54º 1% 0.48% -
HSV(B) 318.54º 1% 0.96% -
XYZ 45.26 22.5 39.99 -
YUV 92.93 171.5 237.18 -
System Red Green Blue C M Y K H S L
Decimal 246 0 170 0 1 0.31 0.04 318.54 1 0.48
Hex F6 0 AA 0 64 1F 4 13F 64 30
Octal 366 0 252 0 144 37 4 477 144 60
Binary 11110110 0 10101010 0 1100100 11111 100 100111111 1100100 110000

Color Harmonies of #F600AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F600AA

Black with #F600AA

Text Example


Text Example

White with #F600AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F600AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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