Html Css Color HEX #FC148E Deep Pink

📋 copy color: '#FC148E'

red 252 ◦ green 20 ◦ blue 142

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

Shades of Deep Pink #FC148E

Tints of Deep Pink #FC148E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.3%

R = 60.87%
G = 4.83%
B = 34.3%

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

#FC148E (or 0xFC148E) is known color: Deep Pink. HEX triplet: FC, 14 and 8E. RGB value is (252,20,142). Sum of RGB (Red+Green+Blue) = 252+20+142=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC148E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC148E is #03EB71. Grayscale: #676767. Windows color (decimal): -256882 or 9311484. OLE color: 9311484.

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

Color convert

RGB 252 20 142 -
CMYK 0 0.92 0.44 0.01
HSL 328.45º 0.97% 0.53% -
HSV(B) 328.45º 0.92% 0.99% -
XYZ 45.28 23.15 27.67 -
YUV 103.28 149.86 234.08 -
System Red Green Blue C M Y K H S L
Decimal 252 20 142 0 0.92 0.44 0.01 328.45 0.97 0.53
Hex FC 14 8E 0 5C 2C 1 148 61 35
Octal 374 24 216 0 134 54 1 510 141 65
Binary 11111100 10100 10001110 0 1011100 101100 1 101001000 1100001 110101

Color Harmonies of #FC148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC148E

Black with #FC148E

Text Example


Text Example

White with #FC148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC148E; }

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

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

background-color css

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

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

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

border-color css

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

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

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