Html Css Color HEX #FD1273 Deep Pink

📋 copy color: '#FD1273'

red 253 ◦ green 18 ◦ blue 115

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

Shades of Deep Pink #FD1273

Tints of Deep Pink #FD1273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.66%

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 65.54%
G = 4.66%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD1273 (or 0xFD1273) is known color: Deep Pink. HEX triplet: FD, 12 and 73. RGB value is (253,18,115). Sum of RGB (Red+Green+Blue) = 253+18+115=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1273 is #02ED8C. Grayscale: #636363. Windows color (decimal): -191885 or 7541501. OLE color: 7541501.

HSL color Cylindrical-coordinate representation of color #FD1273: hue angle of 335.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1273 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 18 115 -
CMYK 0 0.93 0.55 0.01
HSL 335.23º 0.98% 0.53% -
HSV(B) 335.23º 0.93% 0.99% -
XYZ 43.82 22.55 18.26 -
YUV 99.32 136.86 237.61 -
System Red Green Blue C M Y K H S L
Decimal 253 18 115 0 0.93 0.55 0.01 335.23 0.98 0.53
Hex FD 12 73 0 5D 37 1 14F 62 35
Octal 375 22 163 0 135 67 1 517 142 65
Binary 11111101 10010 1110011 0 1011101 110111 1 101001111 1100010 110101

Color Harmonies of #FD1273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1273

Black with #FD1273

Text Example


Text Example

White with #FD1273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1273; }

 p { color: rgb(253,18,115); }

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

background-color css

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

 a { background-color: rgb(253,18,115); }

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

border-color css

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

 span { border-color: rgb(253,18,115); }

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