Html Css Color HEX #FE70AA Hot Pink

📋 copy color: '#FE70AA'

red 254 ◦ green 112 ◦ blue 170

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

Shades of Hot Pink #FE70AA

Tints of Hot Pink #FE70AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.9%

 BLUE value IS 170 (66.8% from 255) = 31.72%

R = 47.39%
G = 20.9%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE70AA (or 0xFE70AA) is known color: Hot Pink. HEX triplet: FE, 70 and AA. RGB value is (254,112,170). Sum of RGB (Red+Green+Blue) = 254+112+170=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE70AA is #018F55. Grayscale: #A0A0A0. Windows color (decimal): -102230 or 11170046. OLE color: 11170046.

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

Color convert

RGB 254 112 170 -
CMYK 0 0.56 0.33 0.00
HSL 335.49º 0.99% 0.72% -
HSV(B) 335.49º 0.56% 1% -
XYZ 53.92 35.56 42.05 -
YUV 161.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 254 112 170 0 0.56 0.33 0.00 335.49 0.99 0.72
Hex FE 70 AA 0 38 21 0 14F 63 48
Octal 376 160 252 0 70 41 0 517 143 110
Binary 11111110 1110000 10101010 0 111000 100001 0 101001111 1100011 1001000

Color Harmonies of #FE70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE70AA

Black with #FE70AA

Text Example


Text Example

White with #FE70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE70AA; }

 p { color: rgb(254,112,170); }

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

background-color css

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

 a { background-color: rgb(254,112,170); }

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

border-color css

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

 span { border-color: rgb(254,112,170); }

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