Html Css Color HEX #FD188C Deep Pink

📋 copy color: '#FD188C'

red 253 ◦ green 24 ◦ blue 140

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

Shades of Deep Pink #FD188C

Tints of Deep Pink #FD188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 60.67%
G = 5.76%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD188C (or 0xFD188C) is known color: Deep Pink. HEX triplet: FD, 18 and 8C. RGB value is (253,24,140). Sum of RGB (Red+Green+Blue) = 253+24+140=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD188C is #02E773. Grayscale: #696969. Windows color (decimal): -190324 or 9181437. OLE color: 9181437.

HSL color Cylindrical-coordinate representation of color #FD188C: hue angle of 329.61º 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 #FD188C is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 24 140 -
CMYK 0 0.91 0.45 0.01
HSL 329.61º 0.98% 0.54% -
HSV(B) 329.61º 0.91% 0.99% -
XYZ 45.57 23.43 26.93 -
YUV 105.7 147.37 233.07 -
System Red Green Blue C M Y K H S L
Decimal 253 24 140 0 0.91 0.45 0.01 329.61 0.98 0.54
Hex FD 18 8C 0 5B 2D 1 14A 62 36
Octal 375 30 214 0 133 55 1 512 142 66
Binary 11111101 11000 10001100 0 1011011 101101 1 101001010 1100010 110110

Color Harmonies of #FD188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD188C

Black with #FD188C

Text Example


Text Example

White with #FD188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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