Html Css Color HEX #FC148A Deep Pink

📋 copy color: '#FC148A'

red 252 ◦ green 20 ◦ blue 138

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

Shades of Deep Pink #FC148A

Tints of Deep Pink #FC148A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.88%

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

R = 61.46%
G = 4.88%
B = 33.66%

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

#FC148A (or 0xFC148A) is known color: Deep Pink. HEX triplet: FC, 14 and 8A. RGB value is (252,20,138). Sum of RGB (Red+Green+Blue) = 252+20+138=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC148A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC148A is #03EB75. Grayscale: #666666. Windows color (decimal): -256886 or 9049340. OLE color: 9049340.

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

Color convert

RGB 252 20 138 -
CMYK 0 0.92 0.45 0.01
HSL 329.48º 0.97% 0.53% -
HSV(B) 329.48º 0.92% 0.99% -
XYZ 44.98 23.03 26.12 -
YUV 102.82 147.86 234.41 -
System Red Green Blue C M Y K H S L
Decimal 252 20 138 0 0.92 0.45 0.01 329.48 0.97 0.53
Hex FC 14 8A 0 5C 2D 1 149 61 35
Octal 374 24 212 0 134 55 1 511 141 65
Binary 11111100 10100 10001010 0 1011100 101101 1 101001001 1100001 110101

Color Harmonies of #FC148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC148A

Black with #FC148A

Text Example


Text Example

White with #FC148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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