Html Css Color HEX #FD008C Deep Pink

📋 copy color: '#FD008C'

red 253 ◦ green 0 ◦ blue 140

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

Shades of Deep Pink #FD008C

Tints of Deep Pink #FD008C

RGB

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

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

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

R = 64.38%
G = 0%
B = 35.62%

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

#FD008C (or 0xFD008C) is known color: Deep Pink. HEX triplet: FD, 00 and 8C. RGB value is (253,0,140). Sum of RGB (Red+Green+Blue) = 253+0+140=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD008C is #02FF73. Grayscale: #5B5B5B. Windows color (decimal): -196468 or 9175293. OLE color: 9175293.

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

Color convert

RGB 253 0 140 -
CMYK 0 1 0.45 0.01
HSL 326.8º 1% 0.5% -
HSV(B) 326.8º 1% 0.99% -
XYZ 45.24 22.78 26.82 -
YUV 91.61 155.32 243.12 -
System Red Green Blue C M Y K H S L
Decimal 253 0 140 0 1 0.45 0.01 326.8 1 0.5
Hex FD 0 8C 0 64 2D 1 147 64 32
Octal 375 0 214 0 144 55 1 507 144 62
Binary 11111101 0 10001100 0 1100100 101101 1 101000111 1100100 110010

Color Harmonies of #FD008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD008C

Black with #FD008C

Text Example


Text Example

White with #FD008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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