Html Css Color HEX #FC138D Deep Pink

📋 copy color: '#FC138D'

red 252 ◦ green 19 ◦ blue 141

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

Shades of Deep Pink #FC138D

Tints of Deep Pink #FC138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 61.17%
G = 4.61%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC138D (or 0xFC138D) is known color: Deep Pink. HEX triplet: FC, 13 and 8D. RGB value is (252,19,141). Sum of RGB (Red+Green+Blue) = 252+19+141=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC138D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC138D is #03EC72. Grayscale: #666666. Windows color (decimal): -257139 or 9245692. OLE color: 9245692.

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

Color convert

RGB 252 19 141 -
CMYK 0 0.92 0.44 0.01
HSL 328.58º 0.97% 0.53% -
HSV(B) 328.58º 0.92% 0.99% -
XYZ 45.19 23.08 27.27 -
YUV 102.58 149.69 234.58 -
System Red Green Blue C M Y K H S L
Decimal 252 19 141 0 0.92 0.44 0.01 328.58 0.97 0.53
Hex FC 13 8D 0 5C 2C 1 149 61 35
Octal 374 23 215 0 134 54 1 511 141 65
Binary 11111100 10011 10001101 0 1011100 101100 1 101001001 1100001 110101

Color Harmonies of #FC138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC138D

Black with #FC138D

Text Example


Text Example

White with #FC138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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