Html Css Color HEX #FC138A Deep Pink

📋 copy color: '#FC138A'

red 252 ◦ green 19 ◦ blue 138

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

Shades of Deep Pink #FC138A

Tints of Deep Pink #FC138A

RGB

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

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

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

R = 61.61%
G = 4.65%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC138A (or 0xFC138A) is known color: Deep Pink. HEX triplet: FC, 13 and 8A. RGB value is (252,19,138). Sum of RGB (Red+Green+Blue) = 252+19+138=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC138A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC138A is #03EC75. Grayscale: #656565. Windows color (decimal): -257142 or 9049084. OLE color: 9049084.

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

Color convert

RGB 252 19 138 -
CMYK 0 0.92 0.45 0.01
HSL 329.36º 0.97% 0.53% -
HSV(B) 329.36º 0.92% 0.99% -
XYZ 44.97 23 26.11 -
YUV 102.23 148.19 234.82 -
System Red Green Blue C M Y K H S L
Decimal 252 19 138 0 0.92 0.45 0.01 329.36 0.97 0.53
Hex FC 13 8A 0 5C 2D 1 149 61 35
Octal 374 23 212 0 134 55 1 511 141 65
Binary 11111100 10011 10001010 0 1011100 101101 1 101001001 1100001 110101

Color Harmonies of #FC138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC138A

Black with #FC138A

Text Example


Text Example

White with #FC138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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