Html Css Color HEX #FD277E Deep Pink

📋 copy color: '#FD277E'

red 253 ◦ green 39 ◦ blue 126

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

Shades of Deep Pink #FD277E

Tints of Deep Pink #FD277E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.33%

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

R = 60.53%
G = 9.33%
B = 30.14%

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

#FD277E (or 0xFD277E) is known color: Deep Pink. HEX triplet: FD, 27 and 7E. RGB value is (253,39,126). Sum of RGB (Red+Green+Blue) = 253+39+126=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD277E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD277E is #02D881. Grayscale: #707070. Windows color (decimal): -186498 or 8267773. OLE color: 8267773.

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

Color convert

RGB 253 39 126 -
CMYK 0 0.85 0.50 0.01
HSL 335.61º 0.98% 0.57% -
HSV(B) 335.61º 0.85% 0.99% -
XYZ 45 23.84 21.97 -
YUV 112.9 135.4 227.93 -
System Red Green Blue C M Y K H S L
Decimal 253 39 126 0 0.85 0.50 0.01 335.61 0.98 0.57
Hex FD 27 7E 0 55 32 1 150 62 39
Octal 375 47 176 0 125 62 1 520 142 71
Binary 11111101 100111 1111110 0 1010101 110010 1 101010000 1100010 111001

Color Harmonies of #FD277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD277E

Black with #FD277E

Text Example


Text Example

White with #FD277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD277E; }

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

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

background-color css

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

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

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

border-color css

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

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

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