Html Css Color HEX #FD207E Deep Pink

📋 copy color: '#FD207E'

red 253 ◦ green 32 ◦ blue 126

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

Shades of Deep Pink #FD207E

Tints of Deep Pink #FD207E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.79%

 BLUE value IS 126 (49.61% from 255) = 30.66%

R = 61.56%
G = 7.79%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD207E (or 0xFD207E) is known color: Deep Pink. HEX triplet: FD, 20 and 7E. RGB value is (253,32,126). Sum of RGB (Red+Green+Blue) = 253+32+126=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD207E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD207E is #02DF81. Grayscale: #6C6C6C. Windows color (decimal): -188290 or 8265981. OLE color: 8265981.

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

Color convert

RGB 253 32 126 -
CMYK 0 0.87 0.50 0.01
HSL 334.48º 0.98% 0.56% -
HSV(B) 334.48º 0.87% 0.99% -
XYZ 44.79 23.42 21.9 -
YUV 108.8 137.72 230.86 -
System Red Green Blue C M Y K H S L
Decimal 253 32 126 0 0.87 0.50 0.01 334.48 0.98 0.56
Hex FD 20 7E 0 57 32 1 14E 62 38
Octal 375 40 176 0 127 62 1 516 142 70
Binary 11111101 100000 1111110 0 1010111 110010 1 101001110 1100010 111000

Color Harmonies of #FD207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD207E

Black with #FD207E

Text Example


Text Example

White with #FD207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD207E; }

 p { color: rgb(253,32,126); }

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

background-color css

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

 a { background-color: rgb(253,32,126); }

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

border-color css

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

 span { border-color: rgb(253,32,126); }

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