Html Css Color HEX #FD247D Deep Pink

📋 copy color: '#FD247D'

red 253 ◦ green 36 ◦ blue 125

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

Shades of Deep Pink #FD247D

Tints of Deep Pink #FD247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.7%

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 61.11%
G = 8.7%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD247D (or 0xFD247D) is known color: Deep Pink. HEX triplet: FD, 24 and 7D. RGB value is (253,36,125). Sum of RGB (Red+Green+Blue) = 253+36+125=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD247D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD247D is #02DB82. Grayscale: #6E6E6E. Windows color (decimal): -187267 or 8201469. OLE color: 8201469.

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

Color convert

RGB 253 36 125 -
CMYK 0 0.86 0.51 0.01
HSL 335.39º 0.98% 0.57% -
HSV(B) 335.39º 0.86% 0.99% -
XYZ 44.84 23.63 21.6 -
YUV 111.03 135.89 229.26 -
System Red Green Blue C M Y K H S L
Decimal 253 36 125 0 0.86 0.51 0.01 335.39 0.98 0.57
Hex FD 24 7D 0 56 33 1 14F 62 39
Octal 375 44 175 0 126 63 1 517 142 71
Binary 11111101 100100 1111101 0 1010110 110011 1 101001111 1100010 111001

Color Harmonies of #FD247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD247D

Black with #FD247D

Text Example


Text Example

White with #FD247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD247D; }

 p { color: rgb(253,36,125); }

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

background-color css

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

 a { background-color: rgb(253,36,125); }

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

border-color css

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

 span { border-color: rgb(253,36,125); }

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