Html Css Color HEX #FE70AF Hot Pink

📋 copy color: '#FE70AF'

red 254 ◦ green 112 ◦ blue 175

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

Shades of Hot Pink #FE70AF

Tints of Hot Pink #FE70AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.35%

R = 46.95%
G = 20.7%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE70AF (or 0xFE70AF) is known color: Hot Pink. HEX triplet: FE, 70 and AF. RGB value is (254,112,175). Sum of RGB (Red+Green+Blue) = 254+112+175=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE70AF is #018F50. Grayscale: #A1A1A1. Windows color (decimal): -102225 or 11497726. OLE color: 11497726.

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

Color convert

RGB 254 112 175 -
CMYK 0 0.56 0.31 0.00
HSL 333.38º 0.99% 0.72% -
HSV(B) 333.38º 0.56% 1% -
XYZ 54.41 35.75 44.59 -
YUV 161.64 135.54 193.88 -
System Red Green Blue C M Y K H S L
Decimal 254 112 175 0 0.56 0.31 0.00 333.38 0.99 0.72
Hex FE 70 AF 0 38 1F 0 14D 63 48
Octal 376 160 257 0 70 37 0 515 143 110
Binary 11111110 1110000 10101111 0 111000 11111 0 101001101 1100011 1001000

Color Harmonies of #FE70AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE70AF

Black with #FE70AF

Text Example


Text Example

White with #FE70AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE70AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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