Html Css Color HEX #FE60AB Hot Pink

📋 copy color: '#FE60AB'

red 254 ◦ green 96 ◦ blue 171

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

Shades of Hot Pink #FE60AB

Tints of Hot Pink #FE60AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.82%

R = 48.75%
G = 18.43%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE60AB (or 0xFE60AB) is known color: Hot Pink. HEX triplet: FE, 60 and AB. RGB value is (254,96,171). Sum of RGB (Red+Green+Blue) = 254+96+171=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE60AB is #019F54. Grayscale: #979797. Windows color (decimal): -106325 or 11231486. OLE color: 11231486.

HSL color Cylindrical-coordinate representation of color #FE60AB: hue angle of 331.52º 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 #FE60AB is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 96 171 -
CMYK 0 0.62 0.33 0.00
HSL 331.52º 0.99% 0.69% -
HSV(B) 331.52º 0.62% 1% -
XYZ 52.41 32.38 42.02 -
YUV 151.79 138.85 200.9 -
System Red Green Blue C M Y K H S L
Decimal 254 96 171 0 0.62 0.33 0.00 331.52 0.99 0.69
Hex FE 60 AB 0 3E 21 0 14C 63 45
Octal 376 140 253 0 76 41 0 514 143 105
Binary 11111110 1100000 10101011 0 111110 100001 0 101001100 1100011 1000101

Color Harmonies of #FE60AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE60AB

Black with #FE60AB

Text Example


Text Example

White with #FE60AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE60AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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