Html Css Color HEX #F600AE Hollywood Cerise

📋 copy color: '#F600AE'

red 246 ◦ green 0 ◦ blue 174

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

Shades of Hollywood Cerise #F600AE

Tints of Hollywood Cerise #F600AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.43%

R = 58.57%
G = 0%
B = 41.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F600AE (or 0xF600AE) is known color: Hollywood Cerise. HEX triplet: F6, 00 and AE. RGB value is (246,0,174). Sum of RGB (Red+Green+Blue) = 246+0+174=420 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.57% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 246 - color contains mainly: red. Hex color #F600AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F600AE is #09FF51. Grayscale: #5C5C5C. Windows color (decimal): -655186 or 11403510. OLE color: 11403510.

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

Color convert

RGB 246 0 174 -
CMYK 0 1 0.29 0.04
HSL 317.56º 1% 0.48% -
HSV(B) 317.56º 1% 0.96% -
XYZ 45.65 22.65 42.01 -
YUV 93.39 173.5 236.85 -
System Red Green Blue C M Y K H S L
Decimal 246 0 174 0 1 0.29 0.04 317.56 1 0.48
Hex F6 0 AE 0 64 1D 4 13E 64 30
Octal 366 0 256 0 144 35 4 476 144 60
Binary 11110110 0 10101110 0 1100100 11101 100 100111110 1100100 110000

Color Harmonies of #F600AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F600AE

Black with #F600AE

Text Example


Text Example

White with #F600AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F600AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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