Html Css Color HEX #FD1886 Deep Pink

📋 copy color: '#FD1886'

red 253 ◦ green 24 ◦ blue 134

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

Shades of Deep Pink #FD1886

Tints of Deep Pink #FD1886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.6%

R = 61.56%
G = 5.84%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD1886 (or 0xFD1886) is known color: Deep Pink. HEX triplet: FD, 18 and 86. RGB value is (253,24,134). Sum of RGB (Red+Green+Blue) = 253+24+134=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1886 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1886 is #02E779. Grayscale: #686868. Windows color (decimal): -190330 or 8788221. OLE color: 8788221.

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

Color convert

RGB 253 24 134 -
CMYK 0 0.91 0.47 0.01
HSL 331.18º 0.98% 0.54% -
HSV(B) 331.18º 0.91% 0.99% -
XYZ 45.14 23.26 24.66 -
YUV 105.01 144.37 233.56 -
System Red Green Blue C M Y K H S L
Decimal 253 24 134 0 0.91 0.47 0.01 331.18 0.98 0.54
Hex FD 18 86 0 5B 2F 1 14B 62 36
Octal 375 30 206 0 133 57 1 513 142 66
Binary 11111101 11000 10000110 0 1011011 101111 1 101001011 1100010 110110

Color Harmonies of #FD1886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1886

Black with #FD1886

Text Example


Text Example

White with #FD1886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1886; }

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

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

background-color css

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

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

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

border-color css

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

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

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