Html Css Color HEX #FD238C Deep Pink

📋 copy color: '#FD238C'

red 253 ◦ green 35 ◦ blue 140

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

Shades of Deep Pink #FD238C

Tints of Deep Pink #FD238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.71%

R = 59.11%
G = 8.18%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD238C (or 0xFD238C) is known color: Deep Pink. HEX triplet: FD, 23 and 8C. RGB value is (253,35,140). Sum of RGB (Red+Green+Blue) = 253+35+140=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD238C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD238C is #02DC73. Grayscale: #6F6F6F. Windows color (decimal): -187508 or 9184253. OLE color: 9184253.

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

Color convert

RGB 253 35 140 -
CMYK 0 0.86 0.45 0.01
HSL 331.1º 0.98% 0.56% -
HSV(B) 331.1º 0.86% 0.99% -
XYZ 45.84 23.98 27.02 -
YUV 112.15 143.72 228.46 -
System Red Green Blue C M Y K H S L
Decimal 253 35 140 0 0.86 0.45 0.01 331.1 0.98 0.56
Hex FD 23 8C 0 56 2D 1 14B 62 38
Octal 375 43 214 0 126 55 1 513 142 70
Binary 11111101 100011 10001100 0 1010110 101101 1 101001011 1100010 111000

Color Harmonies of #FD238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD238C

Black with #FD238C

Text Example


Text Example

White with #FD238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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