Html Css Color HEX #FD057A Deep Pink

📋 copy color: '#FD057A'

red 253 ◦ green 5 ◦ blue 122

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

Shades of Deep Pink #FD057A

Tints of Deep Pink #FD057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 66.58%
G = 1.32%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD057A (or 0xFD057A) is known color: Deep Pink. HEX triplet: FD, 05 and 7A. RGB value is (253,5,122). Sum of RGB (Red+Green+Blue) = 253+5+122=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD057A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD057A is #02FA85. Grayscale: #5C5C5C. Windows color (decimal): -195206 or 7996925. OLE color: 7996925.

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

Color convert

RGB 253 5 122 -
CMYK 0 0.98 0.52 0.01
HSL 331.69º 0.98% 0.51% -
HSV(B) 331.69º 0.98% 0.99% -
XYZ 44.08 22.4 20.41 -
YUV 92.49 144.66 242.49 -
System Red Green Blue C M Y K H S L
Decimal 253 5 122 0 0.98 0.52 0.01 331.69 0.98 0.51
Hex FD 5 7A 0 62 34 1 14C 62 33
Octal 375 5 172 0 142 64 1 514 142 63
Binary 11111101 101 1111010 0 1100010 110100 1 101001100 1100010 110011

Color Harmonies of #FD057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD057A

Black with #FD057A

Text Example


Text Example

White with #FD057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD057A; }

 p { color: rgb(253,5,122); }

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

background-color css

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

 a { background-color: rgb(253,5,122); }

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

border-color css

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

 span { border-color: rgb(253,5,122); }

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