Html Css Color HEX #FC2095 Deep Pink

📋 copy color: '#FC2095'

red 252 ◦ green 32 ◦ blue 149

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

Shades of Deep Pink #FC2095

Tints of Deep Pink #FC2095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.39%

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

R = 58.2%
G = 7.39%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC2095 (or 0xFC2095) is known color: Deep Pink. HEX triplet: FC, 20 and 95. RGB value is (252,32,149). Sum of RGB (Red+Green+Blue) = 252+32+149=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2095 is #03DF6A. Grayscale: #6E6E6E. Windows color (decimal): -253803 or 9773308. OLE color: 9773308.

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

Color convert

RGB 252 32 149 -
CMYK 0 0.87 0.41 0.01
HSL 328.09º 0.97% 0.56% -
HSV(B) 328.09º 0.87% 0.99% -
XYZ 46.09 23.9 30.62 -
YUV 111.12 149.39 228.49 -
System Red Green Blue C M Y K H S L
Decimal 252 32 149 0 0.87 0.41 0.01 328.09 0.97 0.56
Hex FC 20 95 0 57 29 1 148 61 38
Octal 374 40 225 0 127 51 1 510 141 70
Binary 11111100 100000 10010101 0 1010111 101001 1 101001000 1100001 111000

Color Harmonies of #FC2095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2095

Black with #FC2095

Text Example


Text Example

White with #FC2095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2095; }

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

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

background-color css

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

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

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

border-color css

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

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

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