Html Css Color HEX #FD027D Deep Pink

📋 copy color: '#FD027D'

red 253 ◦ green 2 ◦ blue 125

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

Shades of Deep Pink #FD027D

Tints of Deep Pink #FD027D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 66.58%
G = 0.53%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD027D (or 0xFD027D) is known color: Deep Pink. HEX triplet: FD, 02 and 7D. RGB value is (253,2,125). Sum of RGB (Red+Green+Blue) = 253+2+125=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD027D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD027D is #02FD82. Grayscale: #5A5A5A. Windows color (decimal): -195971 or 8192765. OLE color: 8192765.

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

Color convert

RGB 253 2 125 -
CMYK 0 0.99 0.51 0.01
HSL 330.6º 0.98% 0.5% -
HSV(B) 330.6º 0.99% 0.99% -
XYZ 44.23 22.41 21.4 -
YUV 91.07 147.16 243.5 -
System Red Green Blue C M Y K H S L
Decimal 253 2 125 0 0.99 0.51 0.01 330.6 0.98 0.5
Hex FD 2 7D 0 63 33 1 14B 62 32
Octal 375 2 175 0 143 63 1 513 142 62
Binary 11111101 10 1111101 0 1100011 110011 1 101001011 1100010 110010

Color Harmonies of #FD027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD027D

Black with #FD027D

Text Example


Text Example

White with #FD027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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