Html Css Color HEX #FD1292 Deep Pink

📋 copy color: '#FD1292'

red 253 ◦ green 18 ◦ blue 146

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

Shades of Deep Pink #FD1292

Tints of Deep Pink #FD1292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.01%

R = 60.67%
G = 4.32%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD1292 (or 0xFD1292) is known color: Deep Pink. HEX triplet: FD, 12 and 92. RGB value is (253,18,146). Sum of RGB (Red+Green+Blue) = 253+18+146=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1292 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1292 is #02ED6D. Grayscale: #666666. Windows color (decimal): -191854 or 9573117. OLE color: 9573117.

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

Color convert

RGB 253 18 146 -
CMYK 0 0.93 0.42 0.01
HSL 327.32º 0.98% 0.53% -
HSV(B) 327.32º 0.93% 0.99% -
XYZ 45.91 23.39 29.29 -
YUV 102.86 152.36 235.09 -
System Red Green Blue C M Y K H S L
Decimal 253 18 146 0 0.93 0.42 0.01 327.32 0.98 0.53
Hex FD 12 92 0 5D 2A 1 147 62 35
Octal 375 22 222 0 135 52 1 507 142 65
Binary 11111101 10010 10010010 0 1011101 101010 1 101000111 1100010 110101

Color Harmonies of #FD1292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1292

Black with #FD1292

Text Example


Text Example

White with #FD1292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1292; }

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

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

background-color css

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

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

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

border-color css

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

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

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