Html Css Color HEX #FC149F Deep Pink

📋 copy color: '#FC149F'

red 252 ◦ green 20 ◦ blue 159

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

Shades of Deep Pink #FC149F

Tints of Deep Pink #FC149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 58.47%
G = 4.64%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC149F (or 0xFC149F) is known color: Deep Pink. HEX triplet: FC, 14 and 9F. RGB value is (252,20,159). Sum of RGB (Red+Green+Blue) = 252+20+159=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC149F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC149F is #03EB60. Grayscale: #686868. Windows color (decimal): -256865 or 10425596. OLE color: 10425596.

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

Color convert

RGB 252 20 159 -
CMYK 0 0.92 0.37 0.01
HSL 324.05º 0.97% 0.53% -
HSV(B) 324.05º 0.92% 0.99% -
XYZ 46.65 23.7 34.92 -
YUV 105.21 158.36 232.7 -
System Red Green Blue C M Y K H S L
Decimal 252 20 159 0 0.92 0.37 0.01 324.05 0.97 0.53
Hex FC 14 9F 0 5C 25 1 144 61 35
Octal 374 24 237 0 134 45 1 504 141 65
Binary 11111100 10100 10011111 0 1011100 100101 1 101000100 1100001 110101

Color Harmonies of #FC149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC149F

Black with #FC149F

Text Example


Text Example

White with #FC149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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