Html Css Color HEX #FC2292 Deep Pink

📋 copy color: '#FC2292'

red 252 ◦ green 34 ◦ blue 146

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

Shades of Deep Pink #FC2292

Tints of Deep Pink #FC2292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.87%

 BLUE value IS 146 (57.42% from 255) = 33.8%

R = 58.33%
G = 7.87%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC2292 (or 0xFC2292) is known color: Deep Pink. HEX triplet: FC, 22 and 92. RGB value is (252,34,146). Sum of RGB (Red+Green+Blue) = 252+34+146=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2292 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2292 is #03DD6D. Grayscale: #6F6F6F. Windows color (decimal): -253294 or 9577212. OLE color: 9577212.

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

Color convert

RGB 252 34 146 -
CMYK 0 0.87 0.42 0.01
HSL 329.17º 0.97% 0.56% -
HSV(B) 329.17º 0.87% 0.99% -
XYZ 45.91 23.91 29.39 -
YUV 111.95 147.22 227.89 -
System Red Green Blue C M Y K H S L
Decimal 252 34 146 0 0.87 0.42 0.01 329.17 0.97 0.56
Hex FC 22 92 0 57 2A 1 149 61 38
Octal 374 42 222 0 127 52 1 511 141 70
Binary 11111100 100010 10010010 0 1010111 101010 1 101001001 1100001 111000

Color Harmonies of #FC2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2292

Black with #FC2292

Text Example


Text Example

White with #FC2292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2292; }

 p { color: rgb(252,34,146); }

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

background-color css

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

 a { background-color: rgb(252,34,146); }

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

border-color css

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

 span { border-color: rgb(252,34,146); }

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