Html Css Color HEX #FC277D Deep Pink

📋 copy color: '#FC277D'

red 252 ◦ green 39 ◦ blue 125

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

Shades of Deep Pink #FC277D

Tints of Deep Pink #FC277D

RGB

 RED value IS 252 (98.83% from 255) = 60.58%

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

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 60.58%
G = 9.38%
B = 30.05%

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

#FC277D (or 0xFC277D) is known color: Deep Pink. HEX triplet: FC, 27 and 7D. RGB value is (252,39,125). Sum of RGB (Red+Green+Blue) = 252+39+125=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC277D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC277D is #03D882. Grayscale: #707070. Windows color (decimal): -252035 or 8202236. OLE color: 8202236.

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

Color convert

RGB 252 39 125 -
CMYK 0 0.85 0.50 0.01
HSL 335.77º 0.97% 0.57% -
HSV(B) 335.77º 0.85% 0.99% -
XYZ 44.57 23.63 21.61 -
YUV 112.49 135.07 227.51 -
System Red Green Blue C M Y K H S L
Decimal 252 39 125 0 0.85 0.50 0.01 335.77 0.97 0.57
Hex FC 27 7D 0 55 32 1 150 61 39
Octal 374 47 175 0 125 62 1 520 141 71
Binary 11111100 100111 1111101 0 1010101 110010 1 101010000 1100001 111001

Color Harmonies of #FC277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC277D

Black with #FC277D

Text Example


Text Example

White with #FC277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC277D; }

 p { color: rgb(252,39,125); }

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

background-color css

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

 a { background-color: rgb(252,39,125); }

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

border-color css

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

 span { border-color: rgb(252,39,125); }

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