Html Css Color HEX #FD207F Deep Pink

📋 copy color: '#FD207F'

red 253 ◦ green 32 ◦ blue 127

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

Shades of Deep Pink #FD207F

Tints of Deep Pink #FD207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.83%

R = 61.41%
G = 7.77%
B = 30.83%

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

#FD207F (or 0xFD207F) is known color: Deep Pink. HEX triplet: FD, 20 and 7F. RGB value is (253,32,127). Sum of RGB (Red+Green+Blue) = 253+32+127=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD207F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD207F is #02DF80. Grayscale: #6C6C6C. Windows color (decimal): -188289 or 8331517. OLE color: 8331517.

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

Color convert

RGB 253 32 127 -
CMYK 0 0.87 0.50 0.01
HSL 334.21º 0.98% 0.56% -
HSV(B) 334.21º 0.87% 0.99% -
XYZ 44.86 23.45 22.24 -
YUV 108.91 138.22 230.78 -
System Red Green Blue C M Y K H S L
Decimal 253 32 127 0 0.87 0.50 0.01 334.21 0.98 0.56
Hex FD 20 7F 0 57 32 1 14E 62 38
Octal 375 40 177 0 127 62 1 516 142 70
Binary 11111101 100000 1111111 0 1010111 110010 1 101001110 1100010 111000

Color Harmonies of #FD207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD207F

Black with #FD207F

Text Example


Text Example

White with #FD207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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