Html Css Color HEX #FE187D Deep Pink

📋 copy color: '#FE187D'

red 254 ◦ green 24 ◦ blue 125

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

Shades of Deep Pink #FE187D

Tints of Deep Pink #FE187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.96%

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 63.03%
G = 5.96%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE187D (or 0xFE187D) is known color: Deep Pink. HEX triplet: FE, 18 and 7D. RGB value is (254,24,125). Sum of RGB (Red+Green+Blue) = 254+24+125=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE187D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE187D is #01E782. Grayscale: #686868. Windows color (decimal): -124803 or 8198398. OLE color: 8198398.

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

Color convert

RGB 254 24 125 -
CMYK 0 0.91 0.51 0.00
HSL 333.65º 0.99% 0.55% -
HSV(B) 333.65º 0.91% 1% -
XYZ 44.9 23.2 21.51 -
YUV 104.28 139.7 234.79 -
System Red Green Blue C M Y K H S L
Decimal 254 24 125 0 0.91 0.51 0.00 333.65 0.99 0.55
Hex FE 18 7D 0 5B 33 0 14E 63 37
Octal 376 30 175 0 133 63 0 516 143 67
Binary 11111110 11000 1111101 0 1011011 110011 0 101001110 1100011 110111

Color Harmonies of #FE187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE187D

Black with #FE187D

Text Example


Text Example

White with #FE187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE187D; }

 p { color: rgb(254,24,125); }

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

background-color css

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

 a { background-color: rgb(254,24,125); }

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

border-color css

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

 span { border-color: rgb(254,24,125); }

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