Html Css Color HEX #FE60AC Hot Pink

📋 copy color: '#FE60AC'

red 254 ◦ green 96 ◦ blue 172

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

Shades of Hot Pink #FE60AC

Tints of Hot Pink #FE60AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.95%

R = 48.66%
G = 18.39%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE60AC (or 0xFE60AC) is known color: Hot Pink. HEX triplet: FE, 60 and AC. RGB value is (254,96,172). Sum of RGB (Red+Green+Blue) = 254+96+172=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE60AC is #019F53. Grayscale: #979797. Windows color (decimal): -106324 or 11297022. OLE color: 11297022.

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

Color convert

RGB 254 96 172 -
CMYK 0 0.62 0.32 0.00
HSL 331.14º 0.99% 0.69% -
HSV(B) 331.14º 0.62% 1% -
XYZ 52.5 32.42 42.52 -
YUV 151.91 139.35 200.82 -
System Red Green Blue C M Y K H S L
Decimal 254 96 172 0 0.62 0.32 0.00 331.14 0.99 0.69
Hex FE 60 AC 0 3E 20 0 14B 63 45
Octal 376 140 254 0 76 40 0 513 143 105
Binary 11111110 1100000 10101100 0 111110 100000 0 101001011 1100011 1000101

Color Harmonies of #FE60AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE60AC

Black with #FE60AC

Text Example


Text Example

White with #FE60AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE60AC; }

 p { color: rgb(254,96,172); }

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

background-color css

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

 a { background-color: rgb(254,96,172); }

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

border-color css

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

 span { border-color: rgb(254,96,172); }

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