Html Css Color HEX #FC128C Deep Pink

📋 copy color: '#FC128C'

red 252 ◦ green 18 ◦ blue 140

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

Shades of Deep Pink #FC128C

Tints of Deep Pink #FC128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.39%

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 61.46%
G = 4.39%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC128C (or 0xFC128C) is known color: Deep Pink. HEX triplet: FC, 12 and 8C. RGB value is (252,18,140). Sum of RGB (Red+Green+Blue) = 252+18+140=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC128C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC128C is #03ED73. Grayscale: #656565. Windows color (decimal): -257396 or 9179900. OLE color: 9179900.

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

Color convert

RGB 252 18 140 -
CMYK 0 0.93 0.44 0.01
HSL 328.72º 0.98% 0.53% -
HSV(B) 328.72º 0.93% 0.99% -
XYZ 45.09 23.02 26.88 -
YUV 101.87 149.52 235.08 -
System Red Green Blue C M Y K H S L
Decimal 252 18 140 0 0.93 0.44 0.01 328.72 0.98 0.53
Hex FC 12 8C 0 5D 2C 1 149 62 35
Octal 374 22 214 0 135 54 1 511 142 65
Binary 11111100 10010 10001100 0 1011101 101100 1 101001001 1100010 110101

Color Harmonies of #FC128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC128C

Black with #FC128C

Text Example


Text Example

White with #FC128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC128C; }

 p { color: rgb(252,18,140); }

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

background-color css

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

 a { background-color: rgb(252,18,140); }

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

border-color css

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

 span { border-color: rgb(252,18,140); }

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