Html Css Color HEX #FC1895 Deep Pink

📋 copy color: '#FC1895'

red 252 ◦ green 24 ◦ blue 149

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

Shades of Deep Pink #FC1895

Tints of Deep Pink #FC1895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.65%

 BLUE value IS 149 (58.59% from 255) = 35.06%

R = 59.29%
G = 5.65%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC1895 (or 0xFC1895) is known color: Deep Pink. HEX triplet: FC, 18 and 95. RGB value is (252,24,149). Sum of RGB (Red+Green+Blue) = 252+24+149=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1895 is #03E76A. Grayscale: #6A6A6A. Windows color (decimal): -255851 or 9771260. OLE color: 9771260.

HSL color Cylindrical-coordinate representation of color #FC1895: hue angle of 327.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1895 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 24 149 -
CMYK 0 0.90 0.41 0.01
HSL 327.11º 0.97% 0.54% -
HSV(B) 327.11º 0.9% 0.99% -
XYZ 45.9 23.52 30.55 -
YUV 106.42 152.04 231.84 -
System Red Green Blue C M Y K H S L
Decimal 252 24 149 0 0.90 0.41 0.01 327.11 0.97 0.54
Hex FC 18 95 0 5A 29 1 147 61 36
Octal 374 30 225 0 132 51 1 507 141 66
Binary 11111100 11000 10010101 0 1011010 101001 1 101000111 1100001 110110

Color Harmonies of #FC1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1895

Black with #FC1895

Text Example


Text Example

White with #FC1895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1895; }

 p { color: rgb(252,24,149); }

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

background-color css

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

 a { background-color: rgb(252,24,149); }

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

border-color css

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

 span { border-color: rgb(252,24,149); }

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