Html Css Color HEX #FE65AD Hot Pink

📋 copy color: '#FE65AD'

red 254 ◦ green 101 ◦ blue 173

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

Shades of Hot Pink #FE65AD

Tints of Hot Pink #FE65AD

RGB

 RED value IS 254 (99.61% from 255) = 48.11%

 GREEN value IS 101 (39.84% from 255) = 19.13%

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

R = 48.11%
G = 19.13%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE65AD (or 0xFE65AD) is known color: Hot Pink. HEX triplet: FE, 65 and AD. RGB value is (254,101,173). Sum of RGB (Red+Green+Blue) = 254+101+173=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE65AD is #019A52. Grayscale: #9A9A9A. Windows color (decimal): -105043 or 11363838. OLE color: 11363838.

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

Color convert

RGB 254 101 173 -
CMYK 0 0.60 0.32 0.00
HSL 331.76º 0.99% 0.7% -
HSV(B) 331.76º 0.6% 1% -
XYZ 53.07 33.4 43.18 -
YUV 154.96 138.19 198.65 -
System Red Green Blue C M Y K H S L
Decimal 254 101 173 0 0.60 0.32 0.00 331.76 0.99 0.7
Hex FE 65 AD 0 3C 20 0 14C 63 46
Octal 376 145 255 0 74 40 0 514 143 106
Binary 11111110 1100101 10101101 0 111100 100000 0 101001100 1100011 1000110

Color Harmonies of #FE65AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE65AD

Black with #FE65AD

Text Example


Text Example

White with #FE65AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE65AD; }

 p { color: rgb(254,101,173); }

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

background-color css

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

 a { background-color: rgb(254,101,173); }

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

border-color css

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

 span { border-color: rgb(254,101,173); }

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