Html Css Color HEX #FE70A8 Hot Pink

📋 copy color: '#FE70A8'

red 254 ◦ green 112 ◦ blue 168

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

Shades of Hot Pink #FE70A8

Tints of Hot Pink #FE70A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.46%

R = 47.57%
G = 20.97%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE70A8 (or 0xFE70A8) is known color: Hot Pink. HEX triplet: FE, 70 and A8. RGB value is (254,112,168). Sum of RGB (Red+Green+Blue) = 254+112+168=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE70A8 is #018F57. Grayscale: #A0A0A0. Windows color (decimal): -102232 or 11038974. OLE color: 11038974.

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

Color convert

RGB 254 112 168 -
CMYK 0 0.56 0.34 0.00
HSL 336.34º 0.99% 0.72% -
HSV(B) 336.34º 0.56% 1% -
XYZ 53.74 35.49 41.06 -
YUV 160.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 254 112 168 0 0.56 0.34 0.00 336.34 0.99 0.72
Hex FE 70 A8 0 38 22 0 150 63 48
Octal 376 160 250 0 70 42 0 520 143 110
Binary 11111110 1110000 10101000 0 111000 100010 0 101010000 1100011 1001000

Color Harmonies of #FE70A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE70A8

Black with #FE70A8

Text Example


Text Example

White with #FE70A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE70A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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