Html Css Color HEX #FF64AD Hot Pink

📋 copy color: '#FF64AD'

red 255 ◦ green 100 ◦ blue 173

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

Shades of Hot Pink #FF64AD

Tints of Hot Pink #FF64AD

RGB

 RED value IS 255 (100% from 255) = 48.3%

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

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

R = 48.3%
G = 18.94%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF64AD (or 0xFF64AD) is known color: Hot Pink. HEX triplet: FF, 64 and AD. RGB value is (255,100,173). Sum of RGB (Red+Green+Blue) = 255+100+173=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF64AD is #009B52. Grayscale: #9A9A9A. Windows color (decimal): -39763 or 11363583. OLE color: 11363583.

HSL color Cylindrical-coordinate representation of color #FF64AD: hue angle of 331.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF64AD is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 255 100 173 -
CMYK 0 0.61 0.32 0
HSL 331.74º 1% 0.7% -
HSV(B) 331.74º 0.61% 1% -
XYZ 53.34 33.39 43.17 -
YUV 154.67 138.35 199.56 -
System Red Green Blue C M Y K H S L
Decimal 255 100 173 0 0.61 0.32 0 331.74 1 0.7
Hex FF 64 AD 0 3D 20 0 14C 64 46
Octal 377 144 255 0 75 40 0 514 144 106
Binary 11111111 1100100 10101101 0 111101 100000 0 101001100 1100100 1000110

Color Harmonies of #FF64AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF64AD

Black with #FF64AD

Text Example


Text Example

White with #FF64AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF64AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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