Html Css Color HEX #FD008E Deep Pink

📋 copy color: '#FD008E'

red 253 ◦ green 0 ◦ blue 142

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

Shades of Deep Pink #FD008E

Tints of Deep Pink #FD008E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 64.05%
G = 0%
B = 35.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD008E (or 0xFD008E) is known color: Deep Pink. HEX triplet: FD, 00 and 8E. RGB value is (253,0,142). Sum of RGB (Red+Green+Blue) = 253+0+142=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD008E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD008E is #02FF71. Grayscale: #5B5B5B. Windows color (decimal): -196466 or 9306365. OLE color: 9306365.

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

Color convert

RGB 253 0 142 -
CMYK 0 1 0.44 0.01
HSL 326.32º 1% 0.5% -
HSV(B) 326.32º 1% 0.99% -
XYZ 45.39 22.84 27.61 -
YUV 91.84 156.32 242.95 -
System Red Green Blue C M Y K H S L
Decimal 253 0 142 0 1 0.44 0.01 326.32 1 0.5
Hex FD 0 8E 0 64 2C 1 146 64 32
Octal 375 0 216 0 144 54 1 506 144 62
Binary 11111101 0 10001110 0 1100100 101100 1 101000110 1100100 110010

Color Harmonies of #FD008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD008E

Black with #FD008E

Text Example


Text Example

White with #FD008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD008E; }

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

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

background-color css

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

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

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

border-color css

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

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

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