Html Css Color HEX #FD028C Deep Pink

📋 copy color: '#FD028C'

red 253 ◦ green 2 ◦ blue 140

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

Shades of Deep Pink #FD028C

Tints of Deep Pink #FD028C

RGB

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

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

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

R = 64.05%
G = 0.51%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD028C (or 0xFD028C) is known color: Deep Pink. HEX triplet: FD, 02 and 8C. RGB value is (253,2,140). Sum of RGB (Red+Green+Blue) = 253+2+140=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD028C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD028C is #02FD73. Grayscale: #5C5C5C. Windows color (decimal): -195956 or 9175805. OLE color: 9175805.

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

Color convert

RGB 253 2 140 -
CMYK 0 0.99 0.45 0.01
HSL 327.01º 0.98% 0.5% -
HSV(B) 327.01º 0.99% 0.99% -
XYZ 45.26 22.82 26.83 -
YUV 92.78 154.66 242.28 -
System Red Green Blue C M Y K H S L
Decimal 253 2 140 0 0.99 0.45 0.01 327.01 0.98 0.5
Hex FD 2 8C 0 63 2D 1 147 62 32
Octal 375 2 214 0 143 55 1 507 142 62
Binary 11111101 10 10001100 0 1100011 101101 1 101000111 1100010 110010

Color Harmonies of #FD028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD028C

Black with #FD028C

Text Example


Text Example

White with #FD028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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