Html Css Color HEX #FD238E Deep Pink

📋 copy color: '#FD238E'

red 253 ◦ green 35 ◦ blue 142

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

Shades of Deep Pink #FD238E

Tints of Deep Pink #FD238E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.02%

R = 58.84%
G = 8.14%
B = 33.02%

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

#FD238E (or 0xFD238E) is known color: Deep Pink. HEX triplet: FD, 23 and 8E. RGB value is (253,35,142). Sum of RGB (Red+Green+Blue) = 253+35+142=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD238E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD238E is #02DC71. Grayscale: #707070. Windows color (decimal): -187506 or 9315325. OLE color: 9315325.

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

Color convert

RGB 253 35 142 -
CMYK 0 0.86 0.44 0.01
HSL 330.55º 0.98% 0.56% -
HSV(B) 330.55º 0.86% 0.99% -
XYZ 45.99 24.04 27.81 -
YUV 112.38 144.72 228.3 -
System Red Green Blue C M Y K H S L
Decimal 253 35 142 0 0.86 0.44 0.01 330.55 0.98 0.56
Hex FD 23 8E 0 56 2C 1 14B 62 38
Octal 375 43 216 0 126 54 1 513 142 70
Binary 11111101 100011 10001110 0 1010110 101100 1 101001011 1100010 111000

Color Harmonies of #FD238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD238E

Black with #FD238E

Text Example


Text Example

White with #FD238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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