Html Css Color HEX #FD058B Deep Pink

📋 copy color: '#FD058B'

red 253 ◦ green 5 ◦ blue 139

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

Shades of Deep Pink #FD058B

Tints of Deep Pink #FD058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 63.73%
G = 1.26%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD058B (or 0xFD058B) is known color: Deep Pink. HEX triplet: FD, 05 and 8B. RGB value is (253,5,139). Sum of RGB (Red+Green+Blue) = 253+5+139=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD058B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD058B is #02FA74. Grayscale: #5E5E5E. Windows color (decimal): -195189 or 9111037. OLE color: 9111037.

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

Color convert

RGB 253 5 139 -
CMYK 0 0.98 0.45 0.01
HSL 327.58º 0.98% 0.51% -
HSV(B) 327.58º 0.98% 0.99% -
XYZ 45.22 22.86 26.45 -
YUV 94.43 153.16 241.1 -
System Red Green Blue C M Y K H S L
Decimal 253 5 139 0 0.98 0.45 0.01 327.58 0.98 0.51
Hex FD 5 8B 0 62 2D 1 148 62 33
Octal 375 5 213 0 142 55 1 510 142 63
Binary 11111101 101 10001011 0 1100010 101101 1 101001000 1100010 110011

Color Harmonies of #FD058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD058B

Black with #FD058B

Text Example


Text Example

White with #FD058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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