Html Css Color HEX #FE70B1 Hot Pink

📋 copy color: '#FE70B1'

red 254 ◦ green 112 ◦ blue 177

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

Shades of Hot Pink #FE70B1

Tints of Hot Pink #FE70B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.6%

R = 46.78%
G = 20.63%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE70B1 (or 0xFE70B1) is known color: Hot Pink. HEX triplet: FE, 70 and B1. RGB value is (254,112,177). Sum of RGB (Red+Green+Blue) = 254+112+177=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE70B1 is #018F4E. Grayscale: #A1A1A1. Windows color (decimal): -102223 or 11628798. OLE color: 11628798.

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

Color convert

RGB 254 112 177 -
CMYK 0 0.56 0.30 0.00
HSL 332.54º 0.99% 0.72% -
HSV(B) 332.54º 0.56% 1% -
XYZ 54.6 35.83 45.63 -
YUV 161.87 136.54 193.71 -
System Red Green Blue C M Y K H S L
Decimal 254 112 177 0 0.56 0.30 0.00 332.54 0.99 0.72
Hex FE 70 B1 0 38 1E 0 14D 63 48
Octal 376 160 261 0 70 36 0 515 143 110
Binary 11111110 1110000 10110001 0 111000 11110 0 101001101 1100011 1001000

Color Harmonies of #FE70B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE70B1

Black with #FE70B1

Text Example


Text Example

White with #FE70B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE70B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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