Html Css Color HEX #F560AB Hot Pink

📋 copy color: '#F560AB'

red 245 ◦ green 96 ◦ blue 171

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

Shades of Hot Pink #F560AB

Tints of Hot Pink #F560AB

RGB

 RED value IS 245 (96.09% from 255) = 47.85%

 GREEN value IS 96 (37.89% from 255) = 18.75%

 BLUE value IS 171 (67.19% from 255) = 33.4%

R = 47.85%
G = 18.75%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F560AB (or 0xF560AB) is known color: Hot Pink. HEX triplet: F5, 60 and AB. RGB value is (245,96,171). Sum of RGB (Red+Green+Blue) = 245+96+171=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F560AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F560AB is #0A9F54. Grayscale: #949494. Windows color (decimal): -696149 or 11231477. OLE color: 11231477.

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

Color convert

RGB 245 96 171 -
CMYK 0 0.61 0.30 0.04
HSL 329.8º 0.88% 0.67% -
HSV(B) 329.8º 0.61% 0.96% -
XYZ 49.19 30.72 41.86 -
YUV 149.1 140.36 196.4 -
System Red Green Blue C M Y K H S L
Decimal 245 96 171 0 0.61 0.30 0.04 329.8 0.88 0.67
Hex F5 60 AB 0 3D 1E 4 14A 58 43
Octal 365 140 253 0 75 36 4 512 130 103
Binary 11110101 1100000 10101011 0 111101 11110 100 101001010 1011000 1000011

Color Harmonies of #F560AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F560AB

Black with #F560AB

Text Example


Text Example

White with #F560AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F560AB; }

 p { color: rgb(245,96,171); }

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

background-color css

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

 a { background-color: rgb(245,96,171); }

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

border-color css

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

 span { border-color: rgb(245,96,171); }

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