Html Css Color HEX #FD257F Deep Pink

📋 copy color: '#FD257F'

red 253 ◦ green 37 ◦ blue 127

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

Shades of Deep Pink #FD257F

Tints of Deep Pink #FD257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.87%

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

R = 60.67%
G = 8.87%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD257F (or 0xFD257F) is known color: Deep Pink. HEX triplet: FD, 25 and 7F. RGB value is (253,37,127). Sum of RGB (Red+Green+Blue) = 253+37+127=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD257F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD257F is #02DA80. Grayscale: #6F6F6F. Windows color (decimal): -187009 or 8332797. OLE color: 8332797.

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

Color convert

RGB 253 37 127 -
CMYK 0 0.85 0.50 0.01
HSL 335º 0.98% 0.57% -
HSV(B) 335º 0.85% 0.99% -
XYZ 45 23.74 22.29 -
YUV 111.84 136.56 228.68 -
System Red Green Blue C M Y K H S L
Decimal 253 37 127 0 0.85 0.50 0.01 335 0.98 0.57
Hex FD 25 7F 0 55 32 1 14F 62 39
Octal 375 45 177 0 125 62 1 517 142 71
Binary 11111101 100101 1111111 0 1010101 110010 1 101001111 1100010 111001

Color Harmonies of #FD257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD257F

Black with #FD257F

Text Example


Text Example

White with #FD257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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