Html Css Color HEX #F605AC Hollywood Cerise

📋 copy color: '#F605AC'

red 246 ◦ green 5 ◦ blue 172

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

Shades of Hollywood Cerise #F605AC

Tints of Hollywood Cerise #F605AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.18%

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

R = 58.16%
G = 1.18%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F605AC (or 0xF605AC) is known color: Hollywood Cerise. HEX triplet: F6, 05 and AC. RGB value is (246,5,172). Sum of RGB (Red+Green+Blue) = 246+5+172=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F605AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F605AC is #09FA53. Grayscale: #5F5F5F. Windows color (decimal): -653908 or 11273718. OLE color: 11273718.

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

Color convert

RGB 246 5 172 -
CMYK 0 0.98 0.30 0.04
HSL 318.42º 0.96% 0.49% -
HSV(B) 318.42º 0.98% 0.96% -
XYZ 45.51 22.68 41.01 -
YUV 96.1 170.84 234.92 -
System Red Green Blue C M Y K H S L
Decimal 246 5 172 0 0.98 0.30 0.04 318.42 0.96 0.49
Hex F6 5 AC 0 62 1E 4 13E 60 31
Octal 366 5 254 0 142 36 4 476 140 61
Binary 11110110 101 10101100 0 1100010 11110 100 100111110 1100000 110001

Color Harmonies of #F605AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F605AC

Black with #F605AC

Text Example


Text Example

White with #F605AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F605AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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