Html Css Color HEX #FD008A Deep Pink

📋 copy color: '#FD008A'

red 253 ◦ green 0 ◦ blue 138

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

Shades of Deep Pink #FD008A

Tints of Deep Pink #FD008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 64.71%
G = 0%
B = 35.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD008A (or 0xFD008A) is known color: Deep Pink. HEX triplet: FD, 00 and 8A. RGB value is (253,0,138). Sum of RGB (Red+Green+Blue) = 253+0+138=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD008A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD008A is #02FF75. Grayscale: #5B5B5B. Windows color (decimal): -196470 or 9044221. OLE color: 9044221.

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

Color convert

RGB 253 0 138 -
CMYK 0 1 0.45 0.01
HSL 327.27º 1% 0.5% -
HSV(B) 327.27º 1% 0.99% -
XYZ 45.1 22.72 26.05 -
YUV 91.38 154.32 243.28 -
System Red Green Blue C M Y K H S L
Decimal 253 0 138 0 1 0.45 0.01 327.27 1 0.5
Hex FD 0 8A 0 64 2D 1 147 64 32
Octal 375 0 212 0 144 55 1 507 144 62
Binary 11111101 0 10001010 0 1100100 101101 1 101000111 1100100 110010

Color Harmonies of #FD008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD008A

Black with #FD008A

Text Example


Text Example

White with #FD008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD008A; }

 p { color: rgb(253,0,138); }

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

background-color css

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

 a { background-color: rgb(253,0,138); }

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

border-color css

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

 span { border-color: rgb(253,0,138); }

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