Html Css Color HEX #FC2092 Deep Pink

📋 copy color: '#FC2092'

red 252 ◦ green 32 ◦ blue 146

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

Shades of Deep Pink #FC2092

Tints of Deep Pink #FC2092

RGB

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

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

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

R = 58.6%
G = 7.44%
B = 33.95%

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

#FC2092 (or 0xFC2092) is known color: Deep Pink. HEX triplet: FC, 20 and 92. RGB value is (252,32,146). Sum of RGB (Red+Green+Blue) = 252+32+146=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2092 is #03DF6D. Grayscale: #6E6E6E. Windows color (decimal): -253806 or 9576700. OLE color: 9576700.

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

Color convert

RGB 252 32 146 -
CMYK 0 0.87 0.42 0.01
HSL 328.91º 0.97% 0.56% -
HSV(B) 328.91º 0.87% 0.99% -
XYZ 45.85 23.8 29.37 -
YUV 110.78 147.89 228.73 -
System Red Green Blue C M Y K H S L
Decimal 252 32 146 0 0.87 0.42 0.01 328.91 0.97 0.56
Hex FC 20 92 0 57 2A 1 149 61 38
Octal 374 40 222 0 127 52 1 511 141 70
Binary 11111100 100000 10010010 0 1010111 101010 1 101001001 1100001 111000

Color Harmonies of #FC2092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2092

Black with #FC2092

Text Example


Text Example

White with #FC2092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2092; }

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

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

background-color css

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

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

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

border-color css

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

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

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