Html Css Color HEX #FD1283 Deep Pink

📋 copy color: '#FD1283'

red 253 ◦ green 18 ◦ blue 131

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

Shades of Deep Pink #FD1283

Tints of Deep Pink #FD1283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.59%

R = 62.94%
G = 4.48%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD1283 (or 0xFD1283) is known color: Deep Pink. HEX triplet: FD, 12 and 83. RGB value is (253,18,131). Sum of RGB (Red+Green+Blue) = 253+18+131=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1283 is #02ED7C. Grayscale: #646464. Windows color (decimal): -191869 or 8590077. OLE color: 8590077.

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

Color convert

RGB 253 18 131 -
CMYK 0 0.93 0.48 0.01
HSL 331.15º 0.98% 0.53% -
HSV(B) 331.15º 0.93% 0.99% -
XYZ 44.82 22.95 23.54 -
YUV 101.15 144.86 236.31 -
System Red Green Blue C M Y K H S L
Decimal 253 18 131 0 0.93 0.48 0.01 331.15 0.98 0.53
Hex FD 12 83 0 5D 30 1 14B 62 35
Octal 375 22 203 0 135 60 1 513 142 65
Binary 11111101 10010 10000011 0 1011101 110000 1 101001011 1100010 110101

Color Harmonies of #FD1283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1283

Black with #FD1283

Text Example


Text Example

White with #FD1283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1283; }

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

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

background-color css

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

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

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

border-color css

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

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

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