Html Css Color HEX #FC1A92 Deep Pink

📋 copy color: '#FC1A92'

red 252 ◦ green 26 ◦ blue 146

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

Shades of Deep Pink #FC1A92

Tints of Deep Pink #FC1A92

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.13%

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

R = 59.43%
G = 6.13%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC1A92 (or 0xFC1A92) is known color: Deep Pink. HEX triplet: FC, 1A and 92. RGB value is (252,26,146). Sum of RGB (Red+Green+Blue) = 252+26+146=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1A92 is #03E56D. Grayscale: #6B6B6B. Windows color (decimal): -255342 or 9575164. OLE color: 9575164.

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

Color convert

RGB 252 26 146 -
CMYK 0 0.90 0.42 0.01
HSL 328.14º 0.97% 0.55% -
HSV(B) 328.14º 0.9% 0.99% -
XYZ 45.7 23.51 29.32 -
YUV 107.25 149.87 231.24 -
System Red Green Blue C M Y K H S L
Decimal 252 26 146 0 0.90 0.42 0.01 328.14 0.97 0.55
Hex FC 1A 92 0 5A 2A 1 148 61 37
Octal 374 32 222 0 132 52 1 510 141 67
Binary 11111100 11010 10010010 0 1011010 101010 1 101001000 1100001 110111

Color Harmonies of #FC1A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A92

Black with #FC1A92

Text Example


Text Example

White with #FC1A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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