Html Css Color HEX #FD1A7B Deep Pink

📋 copy color: '#FD1A7B'

red 253 ◦ green 26 ◦ blue 123

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

Shades of Deep Pink #FD1A7B

Tints of Deep Pink #FD1A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.6%

R = 62.94%
G = 6.47%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD1A7B (or 0xFD1A7B) is known color: Deep Pink. HEX triplet: FD, 1A and 7B. RGB value is (253,26,123). Sum of RGB (Red+Green+Blue) = 253+26+123=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1A7B is #02E584. Grayscale: #686868. Windows color (decimal): -189829 or 8067837. OLE color: 8067837.

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

Color convert

RGB 253 26 123 -
CMYK 0 0.90 0.51 0.01
HSL 334.36º 0.98% 0.55% -
HSV(B) 334.36º 0.9% 0.99% -
XYZ 44.45 23.05 20.85 -
YUV 104.93 138.21 233.61 -
System Red Green Blue C M Y K H S L
Decimal 253 26 123 0 0.90 0.51 0.01 334.36 0.98 0.55
Hex FD 1A 7B 0 5A 33 1 14E 62 37
Octal 375 32 173 0 132 63 1 516 142 67
Binary 11111101 11010 1111011 0 1011010 110011 1 101001110 1100010 110111

Color Harmonies of #FD1A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1A7B

Black with #FD1A7B

Text Example


Text Example

White with #FD1A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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