Html Css Color HEX #FF68AD Hot Pink

📋 copy color: '#FF68AD'

red 255 ◦ green 104 ◦ blue 173

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

Shades of Hot Pink #FF68AD

Tints of Hot Pink #FF68AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.55%

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

R = 47.93%
G = 19.55%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF68AD (or 0xFF68AD) is known color: Hot Pink. HEX triplet: FF, 68 and AD. RGB value is (255,104,173). Sum of RGB (Red+Green+Blue) = 255+104+173=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF68AD is #009752. Grayscale: #9C9C9C. Windows color (decimal): -38739 or 11364607. OLE color: 11364607.

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

Color convert

RGB 255 104 173 -
CMYK 0 0.59 0.32 0
HSL 332.58º 1% 0.7% -
HSV(B) 332.58º 0.59% 1% -
XYZ 53.73 34.18 43.3 -
YUV 157.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 255 104 173 0 0.59 0.32 0 332.58 1 0.7
Hex FF 68 AD 0 3B 20 0 14D 64 46
Octal 377 150 255 0 73 40 0 515 144 106
Binary 11111111 1101000 10101101 0 111011 100000 0 101001101 1100100 1000110

Color Harmonies of #FF68AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF68AD

Black with #FF68AD

Text Example


Text Example

White with #FF68AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF68AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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