Html Css Color HEX #FD018A Deep Pink

📋 copy color: '#FD018A'

red 253 ◦ green 1 ◦ blue 138

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

Shades of Deep Pink #FD018A

Tints of Deep Pink #FD018A

RGB

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

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

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

R = 64.54%
G = 0.26%
B = 35.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD018A (or 0xFD018A) is known color: Deep Pink. HEX triplet: FD, 01 and 8A. RGB value is (253,1,138). Sum of RGB (Red+Green+Blue) = 253+1+138=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD018A is #02FE75. Grayscale: #5B5B5B. Windows color (decimal): -196214 or 9044477. OLE color: 9044477.

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

Color convert

RGB 253 1 138 -
CMYK 0 1.00 0.45 0.01
HSL 327.38º 0.99% 0.5% -
HSV(B) 327.38º 1% 0.99% -
XYZ 45.11 22.74 26.06 -
YUV 91.97 153.99 242.86 -
System Red Green Blue C M Y K H S L
Decimal 253 1 138 0 1.00 0.45 0.01 327.38 0.99 0.5
Hex FD 1 8A 0 64 2D 1 147 63 32
Octal 375 1 212 0 144 55 1 507 143 62
Binary 11111101 1 10001010 0 1100100 101101 1 101000111 1100011 110010

Color Harmonies of #FD018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD018A

Black with #FD018A

Text Example


Text Example

White with #FD018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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