Html Css Color HEX #FD277C Deep Pink

📋 copy color: '#FD277C'

red 253 ◦ green 39 ◦ blue 124

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

Shades of Deep Pink #FD277C

Tints of Deep Pink #FD277C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 60.82%
G = 9.38%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD277C (or 0xFD277C) is known color: Deep Pink. HEX triplet: FD, 27 and 7C. RGB value is (253,39,124). Sum of RGB (Red+Green+Blue) = 253+39+124=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD277C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD277C is #02D883. Grayscale: #707070. Windows color (decimal): -186500 or 8136701. OLE color: 8136701.

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

Color convert

RGB 253 39 124 -
CMYK 0 0.85 0.51 0.01
HSL 336.17º 0.98% 0.57% -
HSV(B) 336.17º 0.85% 0.99% -
XYZ 44.87 23.79 21.3 -
YUV 112.68 134.4 228.09 -
System Red Green Blue C M Y K H S L
Decimal 253 39 124 0 0.85 0.51 0.01 336.17 0.98 0.57
Hex FD 27 7C 0 55 33 1 150 62 39
Octal 375 47 174 0 125 63 1 520 142 71
Binary 11111101 100111 1111100 0 1010101 110011 1 101010000 1100010 111001

Color Harmonies of #FD277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD277C

Black with #FD277C

Text Example


Text Example

White with #FD277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD277C; }

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

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

background-color css

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

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

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

border-color css

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

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

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