Html Css Color HEX #FC1183 Deep Pink

📋 copy color: '#FC1183'

red 252 ◦ green 17 ◦ blue 131

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

Shades of Deep Pink #FC1183

Tints of Deep Pink #FC1183

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.25%

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 63%
G = 4.25%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC1183 (or 0xFC1183) is known color: Deep Pink. HEX triplet: FC, 11 and 83. RGB value is (252,17,131). Sum of RGB (Red+Green+Blue) = 252+17+131=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1183 is #03EE7C. Grayscale: #646464. Windows color (decimal): -257661 or 8589820. OLE color: 8589820.

HSL color Cylindrical-coordinate representation of color #FC1183: hue angle of 330.89º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1183 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 17 131 -
CMYK 0 0.93 0.48 0.01
HSL 330.89º 0.98% 0.53% -
HSV(B) 330.89º 0.93% 0.99% -
XYZ 44.44 22.74 23.52 -
YUV 100.26 145.36 236.23 -
System Red Green Blue C M Y K H S L
Decimal 252 17 131 0 0.93 0.48 0.01 330.89 0.98 0.53
Hex FC 11 83 0 5D 30 1 14B 62 35
Octal 374 21 203 0 135 60 1 513 142 65
Binary 11111100 10001 10000011 0 1011101 110000 1 101001011 1100010 110101

Color Harmonies of #FC1183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1183

Black with #FC1183

Text Example


Text Example

White with #FC1183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1183; }

 p { color: rgb(252,17,131); }

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

background-color css

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

 a { background-color: rgb(252,17,131); }

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

border-color css

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

 span { border-color: rgb(252,17,131); }

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