Html Css Color HEX #FC148C Deep Pink

📋 copy color: '#FC148C'

red 252 ◦ green 20 ◦ blue 140

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

Shades of Deep Pink #FC148C

Tints of Deep Pink #FC148C

RGB

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

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

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

R = 61.17%
G = 4.85%
B = 33.98%

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

#FC148C (or 0xFC148C) is known color: Deep Pink. HEX triplet: FC, 14 and 8C. RGB value is (252,20,140). Sum of RGB (Red+Green+Blue) = 252+20+140=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC148C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC148C is #03EB73. Grayscale: #666666. Windows color (decimal): -256884 or 9180412. OLE color: 9180412.

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

Color convert

RGB 252 20 140 -
CMYK 0 0.92 0.44 0.01
HSL 328.97º 0.97% 0.53% -
HSV(B) 328.97º 0.92% 0.99% -
XYZ 45.13 23.09 26.89 -
YUV 103.05 148.86 234.24 -
System Red Green Blue C M Y K H S L
Decimal 252 20 140 0 0.92 0.44 0.01 328.97 0.97 0.53
Hex FC 14 8C 0 5C 2C 1 149 61 35
Octal 374 24 214 0 134 54 1 511 141 65
Binary 11111100 10100 10001100 0 1011100 101100 1 101001001 1100001 110101

Color Harmonies of #FC148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC148C

Black with #FC148C

Text Example


Text Example

White with #FC148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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