Html Css Color HEX #FC128A Deep Pink

📋 copy color: '#FC128A'

red 252 ◦ green 18 ◦ blue 138

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

Shades of Deep Pink #FC128A

Tints of Deep Pink #FC128A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.82%

R = 61.76%
G = 4.41%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC128A (or 0xFC128A) is known color: Deep Pink. HEX triplet: FC, 12 and 8A. RGB value is (252,18,138). Sum of RGB (Red+Green+Blue) = 252+18+138=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC128A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC128A is #03ED75. Grayscale: #656565. Windows color (decimal): -257398 or 9048828. OLE color: 9048828.

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

Color convert

RGB 252 18 138 -
CMYK 0 0.93 0.45 0.01
HSL 329.23º 0.98% 0.53% -
HSV(B) 329.23º 0.93% 0.99% -
XYZ 44.95 22.96 26.11 -
YUV 101.65 148.52 235.24 -
System Red Green Blue C M Y K H S L
Decimal 252 18 138 0 0.93 0.45 0.01 329.23 0.98 0.53
Hex FC 12 8A 0 5D 2D 1 149 62 35
Octal 374 22 212 0 135 55 1 511 142 65
Binary 11111100 10010 10001010 0 1011101 101101 1 101001001 1100010 110101

Color Harmonies of #FC128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC128A

Black with #FC128A

Text Example


Text Example

White with #FC128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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