Html Css Color HEX #FF60AD Hot Pink

📋 copy color: '#FF60AD'

red 255 ◦ green 96 ◦ blue 173

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

Shades of Hot Pink #FF60AD

Tints of Hot Pink #FF60AD

RGB

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

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

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

R = 48.66%
G = 18.32%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF60AD (or 0xFF60AD) is known color: Hot Pink. HEX triplet: FF, 60 and AD. RGB value is (255,96,173). Sum of RGB (Red+Green+Blue) = 255+96+173=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF60AD is #009F52. Grayscale: #989898. Windows color (decimal): -40787 or 11362559. OLE color: 11362559.

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

Color convert

RGB 255 96 173 -
CMYK 0 0.62 0.32 0
HSL 330.94º 1% 0.69% -
HSV(B) 330.94º 0.62% 1% -
XYZ 52.97 32.64 43.04 -
YUV 152.32 139.68 201.24 -
System Red Green Blue C M Y K H S L
Decimal 255 96 173 0 0.62 0.32 0 330.94 1 0.69
Hex FF 60 AD 0 3E 20 0 14B 64 45
Octal 377 140 255 0 76 40 0 513 144 105
Binary 11111111 1100000 10101101 0 111110 100000 0 101001011 1100100 1000101

Color Harmonies of #FF60AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF60AD

Black with #FF60AD

Text Example


Text Example

White with #FF60AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF60AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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