Html Css Color HEX #FD187E Deep Pink

📋 copy color: '#FD187E'

red 253 ◦ green 24 ◦ blue 126

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

Shades of Deep Pink #FD187E

Tints of Deep Pink #FD187E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 62.78%
G = 5.96%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD187E (or 0xFD187E) is known color: Deep Pink. HEX triplet: FD, 18 and 7E. RGB value is (253,24,126). Sum of RGB (Red+Green+Blue) = 253+24+126=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD187E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD187E is #02E781. Grayscale: #676767. Windows color (decimal): -190338 or 8263933. OLE color: 8263933.

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

Color convert

RGB 253 24 126 -
CMYK 0 0.91 0.50 0.01
HSL 333.28º 0.98% 0.54% -
HSV(B) 333.28º 0.91% 0.99% -
XYZ 44.6 23.04 21.84 -
YUV 104.1 140.37 234.21 -
System Red Green Blue C M Y K H S L
Decimal 253 24 126 0 0.91 0.50 0.01 333.28 0.98 0.54
Hex FD 18 7E 0 5B 32 1 14D 62 36
Octal 375 30 176 0 133 62 1 515 142 66
Binary 11111101 11000 1111110 0 1011011 110010 1 101001101 1100010 110110

Color Harmonies of #FD187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD187E

Black with #FD187E

Text Example


Text Example

White with #FD187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD187E; }

 p { color: rgb(253,24,126); }

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

background-color css

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

 a { background-color: rgb(253,24,126); }

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

border-color css

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

 span { border-color: rgb(253,24,126); }

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