Html Css Color HEX #FD038A Deep Pink

📋 copy color: '#FD038A'

red 253 ◦ green 3 ◦ blue 138

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

Shades of Deep Pink #FD038A

Tints of Deep Pink #FD038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 64.21%
G = 0.76%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD038A (or 0xFD038A) is known color: Deep Pink. HEX triplet: FD, 03 and 8A. RGB value is (253,3,138). Sum of RGB (Red+Green+Blue) = 253+3+138=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD038A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD038A is #02FC75. Grayscale: #5C5C5C. Windows color (decimal): -195702 or 9044989. OLE color: 9044989.

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

Color convert

RGB 253 3 138 -
CMYK 0 0.99 0.45 0.01
HSL 327.6º 0.98% 0.5% -
HSV(B) 327.6º 0.99% 0.99% -
XYZ 45.13 22.78 26.06 -
YUV 93.14 153.33 242.02 -
System Red Green Blue C M Y K H S L
Decimal 253 3 138 0 0.99 0.45 0.01 327.6 0.98 0.5
Hex FD 3 8A 0 63 2D 1 148 62 32
Octal 375 3 212 0 143 55 1 510 142 62
Binary 11111101 11 10001010 0 1100011 101101 1 101001000 1100010 110010

Color Harmonies of #FD038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD038A

Black with #FD038A

Text Example


Text Example

White with #FD038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD038A; }

 p { color: rgb(253,3,138); }

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

background-color css

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

 a { background-color: rgb(253,3,138); }

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

border-color css

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

 span { border-color: rgb(253,3,138); }

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