Html Css Color HEX #F564AD Hot Pink

📋 copy color: '#F564AD'

red 245 ◦ green 100 ◦ blue 173

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

Shades of Hot Pink #F564AD

Tints of Hot Pink #F564AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.4%

R = 47.3%
G = 19.31%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F564AD (or 0xF564AD) is known color: Hot Pink. HEX triplet: F5, 64 and AD. RGB value is (245,100,173). Sum of RGB (Red+Green+Blue) = 245+100+173=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F564AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F564AD is #0A9B52. Grayscale: #979797. Windows color (decimal): -695123 or 11363573. OLE color: 11363573.

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

Color convert

RGB 245 100 173 -
CMYK 0 0.59 0.29 0.04
HSL 329.79º 0.88% 0.68% -
HSV(B) 329.79º 0.59% 0.96% -
XYZ 49.76 31.54 43 -
YUV 151.68 140.04 194.56 -
System Red Green Blue C M Y K H S L
Decimal 245 100 173 0 0.59 0.29 0.04 329.79 0.88 0.68
Hex F5 64 AD 0 3B 1D 4 14A 58 44
Octal 365 144 255 0 73 35 4 512 130 104
Binary 11110101 1100100 10101101 0 111011 11101 100 101001010 1011000 1000100

Color Harmonies of #F564AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F564AD

Black with #F564AD

Text Example


Text Example

White with #F564AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F564AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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