Html Css Color HEX #FC137F Deep Pink

📋 copy color: '#FC137F'

red 252 ◦ green 19 ◦ blue 127

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

Shades of Deep Pink #FC137F

Tints of Deep Pink #FC137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.77%

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

R = 63.32%
G = 4.77%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC137F (or 0xFC137F) is known color: Deep Pink. HEX triplet: FC, 13 and 7F. RGB value is (252,19,127). Sum of RGB (Red+Green+Blue) = 252+19+127=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC137F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC137F is #03EC80. Grayscale: #646464. Windows color (decimal): -257153 or 8328188. OLE color: 8328188.

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

Color convert

RGB 252 19 127 -
CMYK 0 0.92 0.50 0.01
HSL 332.19º 0.97% 0.53% -
HSV(B) 332.19º 0.92% 0.99% -
XYZ 44.21 22.69 22.13 -
YUV 100.98 142.69 235.72 -
System Red Green Blue C M Y K H S L
Decimal 252 19 127 0 0.92 0.50 0.01 332.19 0.97 0.53
Hex FC 13 7F 0 5C 32 1 14C 61 35
Octal 374 23 177 0 134 62 1 514 141 65
Binary 11111100 10011 1111111 0 1011100 110010 1 101001100 1100001 110101

Color Harmonies of #FC137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC137F

Black with #FC137F

Text Example


Text Example

White with #FC137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC137F; }

 p { color: rgb(252,19,127); }

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

background-color css

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

 a { background-color: rgb(252,19,127); }

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

border-color css

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

 span { border-color: rgb(252,19,127); }

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