Html Css Color HEX #FD018D Deep Pink

📋 copy color: '#FD018D'

red 253 ◦ green 1 ◦ blue 141

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

Shades of Deep Pink #FD018D

Tints of Deep Pink #FD018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 64.05%
G = 0.25%
B = 35.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD018D (or 0xFD018D) is known color: Deep Pink. HEX triplet: FD, 01 and 8D. RGB value is (253,1,141). Sum of RGB (Red+Green+Blue) = 253+1+141=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD018D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD018D is #02FE72. Grayscale: #5C5C5C. Windows color (decimal): -196211 or 9241085. OLE color: 9241085.

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

Color convert

RGB 253 1 141 -
CMYK 0 1.00 0.44 0.01
HSL 326.67º 0.99% 0.5% -
HSV(B) 326.67º 1% 0.99% -
XYZ 45.33 22.83 27.22 -
YUV 92.31 155.49 242.62 -
System Red Green Blue C M Y K H S L
Decimal 253 1 141 0 1.00 0.44 0.01 326.67 0.99 0.5
Hex FD 1 8D 0 64 2C 1 147 63 32
Octal 375 1 215 0 144 54 1 507 143 62
Binary 11111101 1 10001101 0 1100100 101100 1 101000111 1100011 110010

Color Harmonies of #FD018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD018D

Black with #FD018D

Text Example


Text Example

White with #FD018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD018D; }

 p { color: rgb(253,1,141); }

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

background-color css

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

 a { background-color: rgb(253,1,141); }

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

border-color css

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

 span { border-color: rgb(253,1,141); }

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