Html Css Color HEX #FD1A75 Deep Pink

📋 copy color: '#FD1A75'

red 253 ◦ green 26 ◦ blue 117

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

Shades of Deep Pink #FD1A75

Tints of Deep Pink #FD1A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.57%

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 63.89%
G = 6.57%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD1A75 (or 0xFD1A75) is known color: Deep Pink. HEX triplet: FD, 1A and 75. RGB value is (253,26,117). Sum of RGB (Red+Green+Blue) = 253+26+117=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1A75 is #02E58A. Grayscale: #686868. Windows color (decimal): -189835 or 7674621. OLE color: 7674621.

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

Color convert

RGB 253 26 117 -
CMYK 0 0.90 0.54 0.01
HSL 335.95º 0.98% 0.55% -
HSV(B) 335.95º 0.9% 0.99% -
XYZ 44.09 22.91 18.93 -
YUV 104.25 135.21 234.1 -
System Red Green Blue C M Y K H S L
Decimal 253 26 117 0 0.90 0.54 0.01 335.95 0.98 0.55
Hex FD 1A 75 0 5A 36 1 150 62 37
Octal 375 32 165 0 132 66 1 520 142 67
Binary 11111101 11010 1110101 0 1011010 110110 1 101010000 1100010 110111

Color Harmonies of #FD1A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1A75

Black with #FD1A75

Text Example


Text Example

White with #FD1A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1A75; }

 p { color: rgb(253,26,117); }

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

background-color css

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

 a { background-color: rgb(253,26,117); }

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

border-color css

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

 span { border-color: rgb(253,26,117); }

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