Html Css Color HEX #FC157F Deep Pink

📋 copy color: '#FC157F'

red 252 ◦ green 21 ◦ blue 127

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

Shades of Deep Pink #FC157F

Tints of Deep Pink #FC157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.25%

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

R = 63%
G = 5.25%
B = 31.75%

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

#FC157F (or 0xFC157F) is known color: Deep Pink. HEX triplet: FC, 15 and 7F. RGB value is (252,21,127). Sum of RGB (Red+Green+Blue) = 252+21+127=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC157F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC157F is #03EA80. Grayscale: #656565. Windows color (decimal): -256641 or 8328700. OLE color: 8328700.

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

Color convert

RGB 252 21 127 -
CMYK 0 0.92 0.50 0.01
HSL 332.47º 0.97% 0.54% -
HSV(B) 332.47º 0.92% 0.99% -
XYZ 44.24 22.76 22.14 -
YUV 102.15 142.03 234.88 -
System Red Green Blue C M Y K H S L
Decimal 252 21 127 0 0.92 0.50 0.01 332.47 0.97 0.54
Hex FC 15 7F 0 5C 32 1 14C 61 36
Octal 374 25 177 0 134 62 1 514 141 66
Binary 11111100 10101 1111111 0 1011100 110010 1 101001100 1100001 110110

Color Harmonies of #FC157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC157F

Black with #FC157F

Text Example


Text Example

White with #FC157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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