Html Css Color HEX #FD087D Deep Pink

📋 copy color: '#FD087D'

red 253 ◦ green 8 ◦ blue 125

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

Shades of Deep Pink #FD087D

Tints of Deep Pink #FD087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.07%

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 65.54%
G = 2.07%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD087D (or 0xFD087D) is known color: Deep Pink. HEX triplet: FD, 08 and 7D. RGB value is (253,8,125). Sum of RGB (Red+Green+Blue) = 253+8+125=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD087D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD087D is #02F782. Grayscale: #5E5E5E. Windows color (decimal): -194435 or 8194301. OLE color: 8194301.

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

Color convert

RGB 253 8 125 -
CMYK 0 0.97 0.51 0.01
HSL 331.35º 0.98% 0.51% -
HSV(B) 331.35º 0.97% 0.99% -
XYZ 44.3 22.54 21.42 -
YUV 94.59 145.17 240.99 -
System Red Green Blue C M Y K H S L
Decimal 253 8 125 0 0.97 0.51 0.01 331.35 0.98 0.51
Hex FD 8 7D 0 61 33 1 14B 62 33
Octal 375 10 175 0 141 63 1 513 142 63
Binary 11111101 1000 1111101 0 1100001 110011 1 101001011 1100010 110011

Color Harmonies of #FD087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD087D

Black with #FD087D

Text Example


Text Example

White with #FD087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD087D; }

 p { color: rgb(253,8,125); }

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

background-color css

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

 a { background-color: rgb(253,8,125); }

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

border-color css

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

 span { border-color: rgb(253,8,125); }

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