Html Css Color HEX #FD238D Deep Pink

📋 copy color: '#FD238D'

red 253 ◦ green 35 ◦ blue 141

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

Shades of Deep Pink #FD238D

Tints of Deep Pink #FD238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.16%

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 58.97%
G = 8.16%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD238D (or 0xFD238D) is known color: Deep Pink. HEX triplet: FD, 23 and 8D. RGB value is (253,35,141). Sum of RGB (Red+Green+Blue) = 253+35+141=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD238D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD238D is #02DC72. Grayscale: #707070. Windows color (decimal): -187507 or 9249789. OLE color: 9249789.

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

Color convert

RGB 253 35 141 -
CMYK 0 0.86 0.44 0.01
HSL 330.83º 0.98% 0.56% -
HSV(B) 330.83º 0.86% 0.99% -
XYZ 45.92 24.01 27.41 -
YUV 112.27 144.22 228.38 -
System Red Green Blue C M Y K H S L
Decimal 253 35 141 0 0.86 0.44 0.01 330.83 0.98 0.56
Hex FD 23 8D 0 56 2C 1 14B 62 38
Octal 375 43 215 0 126 54 1 513 142 70
Binary 11111101 100011 10001101 0 1010110 101100 1 101001011 1100010 111000

Color Harmonies of #FD238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD238D

Black with #FD238D

Text Example


Text Example

White with #FD238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD238D; }

 p { color: rgb(253,35,141); }

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

background-color css

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

 a { background-color: rgb(253,35,141); }

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

border-color css

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

 span { border-color: rgb(253,35,141); }

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