Html Css Color HEX #FC149B Deep Pink

📋 copy color: '#FC149B'

red 252 ◦ green 20 ◦ blue 155

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

Shades of Deep Pink #FC149B

Tints of Deep Pink #FC149B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.3%

R = 59.02%
G = 4.68%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC149B (or 0xFC149B) is known color: Deep Pink. HEX triplet: FC, 14 and 9B. RGB value is (252,20,155). Sum of RGB (Red+Green+Blue) = 252+20+155=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC149B is #03EB64. Grayscale: #686868. Windows color (decimal): -256869 or 10163452. OLE color: 10163452.

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

Color convert

RGB 252 20 155 -
CMYK 0 0.92 0.38 0.01
HSL 325.09º 0.97% 0.53% -
HSV(B) 325.09º 0.92% 0.99% -
XYZ 46.31 23.56 33.12 -
YUV 104.76 156.36 233.02 -
System Red Green Blue C M Y K H S L
Decimal 252 20 155 0 0.92 0.38 0.01 325.09 0.97 0.53
Hex FC 14 9B 0 5C 26 1 145 61 35
Octal 374 24 233 0 134 46 1 505 141 65
Binary 11111100 10100 10011011 0 1011100 100110 1 101000101 1100001 110101

Color Harmonies of #FC149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC149B

Black with #FC149B

Text Example


Text Example

White with #FC149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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