Html Css Color HEX #F564AB Hot Pink

📋 copy color: '#F564AB'

red 245 ◦ green 100 ◦ blue 171

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

Shades of Hot Pink #F564AB

Tints of Hot Pink #F564AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.38%

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

R = 47.48%
G = 19.38%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F564AB (or 0xF564AB) is known color: Hot Pink. HEX triplet: F5, 64 and AB. RGB value is (245,100,171). Sum of RGB (Red+Green+Blue) = 245+100+171=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F564AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F564AB is #0A9B54. Grayscale: #979797. Windows color (decimal): -695125 or 11232501. OLE color: 11232501.

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

Color convert

RGB 245 100 171 -
CMYK 0 0.59 0.30 0.04
HSL 330.62º 0.88% 0.68% -
HSV(B) 330.62º 0.59% 0.96% -
XYZ 49.56 31.47 41.99 -
YUV 151.45 139.04 194.73 -
System Red Green Blue C M Y K H S L
Decimal 245 100 171 0 0.59 0.30 0.04 330.62 0.88 0.68
Hex F5 64 AB 0 3B 1E 4 14B 58 44
Octal 365 144 253 0 73 36 4 513 130 104
Binary 11110101 1100100 10101011 0 111011 11110 100 101001011 1011000 1000100

Color Harmonies of #F564AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F564AB

Black with #F564AB

Text Example


Text Example

White with #F564AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F564AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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