Html Css Color HEX #F600AF Hollywood Cerise

📋 copy color: '#F600AF'

red 246 ◦ green 0 ◦ blue 175

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

Shades of Hollywood Cerise #F600AF

Tints of Hollywood Cerise #F600AF

RGB

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

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

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

R = 58.43%
G = 0%
B = 41.57%

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

#F600AF (or 0xF600AF) is known color: Hollywood Cerise. HEX triplet: F6, 00 and AF. RGB value is (246,0,175). Sum of RGB (Red+Green+Blue) = 246+0+175=421 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.43% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 246 - color contains mainly: red. Hex color #F600AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F600AF is #09FF50. Grayscale: #5D5D5D. Windows color (decimal): -655185 or 11469046. OLE color: 11469046.

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

Color convert

RGB 246 0 175 -
CMYK 0 1 0.29 0.04
HSL 317.32º 1% 0.48% -
HSV(B) 317.32º 1% 0.96% -
XYZ 45.74 22.69 42.53 -
YUV 93.5 174 236.77 -
System Red Green Blue C M Y K H S L
Decimal 246 0 175 0 1 0.29 0.04 317.32 1 0.48
Hex F6 0 AF 0 64 1D 4 13D 64 30
Octal 366 0 257 0 144 35 4 475 144 60
Binary 11110110 0 10101111 0 1100100 11101 100 100111101 1100100 110000

Color Harmonies of #F600AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F600AF

Black with #F600AF

Text Example


Text Example

White with #F600AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F600AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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