Html Css Color HEX #FE70B0 Hot Pink

📋 copy color: '#FE70B0'

red 254 ◦ green 112 ◦ blue 176

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

Shades of Hot Pink #FE70B0

Tints of Hot Pink #FE70B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.47%

R = 46.86%
G = 20.66%
B = 32.47%

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

#FE70B0 (or 0xFE70B0) is known color: Hot Pink. HEX triplet: FE, 70 and B0. RGB value is (254,112,176). Sum of RGB (Red+Green+Blue) = 254+112+176=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE70B0 is #018F4F. Grayscale: #A1A1A1. Windows color (decimal): -102224 or 11563262. OLE color: 11563262.

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

Color convert

RGB 254 112 176 -
CMYK 0 0.56 0.31 0.00
HSL 332.96º 0.99% 0.72% -
HSV(B) 332.96º 0.56% 1% -
XYZ 54.5 35.79 45.11 -
YUV 161.75 136.04 193.8 -
System Red Green Blue C M Y K H S L
Decimal 254 112 176 0 0.56 0.31 0.00 332.96 0.99 0.72
Hex FE 70 B0 0 38 1F 0 14D 63 48
Octal 376 160 260 0 70 37 0 515 143 110
Binary 11111110 1110000 10110000 0 111000 11111 0 101001101 1100011 1001000

Color Harmonies of #FE70B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE70B0

Black with #FE70B0

Text Example


Text Example

White with #FE70B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE70B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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