Html Css Color HEX #FD158E Deep Pink

📋 copy color: '#FD158E'

red 253 ◦ green 21 ◦ blue 142

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

Shades of Deep Pink #FD158E

Tints of Deep Pink #FD158E

RGB

 RED value IS 253 (99.22% from 255) = 60.82%

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

 BLUE value IS 142 (55.86% from 255) = 34.13%

R = 60.82%
G = 5.05%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD158E (or 0xFD158E) is known color: Deep Pink. HEX triplet: FD, 15 and 8E. RGB value is (253,21,142). Sum of RGB (Red+Green+Blue) = 253+21+142=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD158E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD158E is #02EA71. Grayscale: #676767. Windows color (decimal): -191090 or 9311741. OLE color: 9311741.

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

Color convert

RGB 253 21 142 -
CMYK 0 0.92 0.44 0.01
HSL 328.71º 0.98% 0.54% -
HSV(B) 328.71º 0.92% 0.99% -
XYZ 45.66 23.37 27.7 -
YUV 104.16 149.36 234.16 -
System Red Green Blue C M Y K H S L
Decimal 253 21 142 0 0.92 0.44 0.01 328.71 0.98 0.54
Hex FD 15 8E 0 5C 2C 1 149 62 36
Octal 375 25 216 0 134 54 1 511 142 66
Binary 11111101 10101 10001110 0 1011100 101100 1 101001001 1100010 110110

Color Harmonies of #FD158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD158E

Black with #FD158E

Text Example


Text Example

White with #FD158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD158E; }

 p { color: rgb(253,21,142); }

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

background-color css

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

 a { background-color: rgb(253,21,142); }

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

border-color css

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

 span { border-color: rgb(253,21,142); }

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