Html Css Color HEX #FD0E86 Deep Pink

📋 copy color: '#FD0E86'

red 253 ◦ green 14 ◦ blue 134

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

Shades of Deep Pink #FD0E86

Tints of Deep Pink #FD0E86

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.49%

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

R = 63.09%
G = 3.49%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD0E86 (or 0xFD0E86) is known color: Deep Pink. HEX triplet: FD, 0E and 86. RGB value is (253,14,134). Sum of RGB (Red+Green+Blue) = 253+14+134=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0E86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0E86 is #02F179. Grayscale: #626262. Windows color (decimal): -192890 or 8785661. OLE color: 8785661.

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

Color convert

RGB 253 14 134 -
CMYK 0 0.94 0.47 0.01
HSL 329.87º 0.98% 0.52% -
HSV(B) 329.87º 0.94% 0.99% -
XYZ 44.97 22.92 24.61 -
YUV 99.14 147.68 237.74 -
System Red Green Blue C M Y K H S L
Decimal 253 14 134 0 0.94 0.47 0.01 329.87 0.98 0.52
Hex FD E 86 0 5E 2F 1 14A 62 34
Octal 375 16 206 0 136 57 1 512 142 64
Binary 11111101 1110 10000110 0 1011110 101111 1 101001010 1100010 110100

Color Harmonies of #FD0E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0E86

Black with #FD0E86

Text Example


Text Example

White with #FD0E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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