Html Css Color HEX #FE158F Deep Pink

📋 copy color: '#FE158F'

red 254 ◦ green 21 ◦ blue 143

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

Shades of Deep Pink #FE158F

Tints of Deep Pink #FE158F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.02%

 BLUE value IS 143 (56.25% from 255) = 34.21%

R = 60.77%
G = 5.02%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE158F (or 0xFE158F) is known color: Deep Pink. HEX triplet: FE, 15 and 8F. RGB value is (254,21,143). Sum of RGB (Red+Green+Blue) = 254+21+143=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE158F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE158F is #01EA70. Grayscale: #686868. Windows color (decimal): -125553 or 9377278. OLE color: 9377278.

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

Color convert

RGB 254 21 143 -
CMYK 0 0.92 0.44 0.00
HSL 328.58º 0.99% 0.54% -
HSV(B) 328.58º 0.92% 1% -
XYZ 46.1 23.59 28.11 -
YUV 104.58 149.69 234.58 -
System Red Green Blue C M Y K H S L
Decimal 254 21 143 0 0.92 0.44 0.00 328.58 0.99 0.54
Hex FE 15 8F 0 5C 2C 0 149 63 36
Octal 376 25 217 0 134 54 0 511 143 66
Binary 11111110 10101 10001111 0 1011100 101100 0 101001001 1100011 110110

Color Harmonies of #FE158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE158F

Black with #FE158F

Text Example


Text Example

White with #FE158F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE158F; }

 p { color: rgb(254,21,143); }

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

background-color css

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

 a { background-color: rgb(254,21,143); }

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

border-color css

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

 span { border-color: rgb(254,21,143); }

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