Html Css Color HEX #FD018F Deep Pink

📋 copy color: '#FD018F'

red 253 ◦ green 1 ◦ blue 143

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

Shades of Deep Pink #FD018F

Tints of Deep Pink #FD018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 63.73%
G = 0.25%
B = 36.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD018F (or 0xFD018F) is known color: Deep Pink. HEX triplet: FD, 01 and 8F. RGB value is (253,1,143). Sum of RGB (Red+Green+Blue) = 253+1+143=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD018F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD018F is #02FE70. Grayscale: #5C5C5C. Windows color (decimal): -196209 or 9372157. OLE color: 9372157.

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

Color convert

RGB 253 1 143 -
CMYK 0 1.00 0.43 0.01
HSL 326.19º 0.99% 0.5% -
HSV(B) 326.19º 1% 0.99% -
XYZ 45.48 22.89 28.01 -
YUV 92.54 156.49 242.45 -
System Red Green Blue C M Y K H S L
Decimal 253 1 143 0 1.00 0.43 0.01 326.19 0.99 0.5
Hex FD 1 8F 0 64 2B 1 146 63 32
Octal 375 1 217 0 144 53 1 506 143 62
Binary 11111101 1 10001111 0 1100100 101011 1 101000110 1100011 110010

Color Harmonies of #FD018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD018F

Black with #FD018F

Text Example


Text Example

White with #FD018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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