Html Css Color HEX #FC1197 Deep Pink

📋 copy color: '#FC1197'

red 252 ◦ green 17 ◦ blue 151

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

Shades of Deep Pink #FC1197

Tints of Deep Pink #FC1197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.95%

R = 60%
G = 4.05%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC1197 (or 0xFC1197) is known color: Deep Pink. HEX triplet: FC, 11 and 97. RGB value is (252,17,151). Sum of RGB (Red+Green+Blue) = 252+17+151=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1197 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1197 is #03EE68. Grayscale: #666666. Windows color (decimal): -257641 or 9900540. OLE color: 9900540.

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

Color convert

RGB 252 17 151 -
CMYK 0 0.93 0.40 0.01
HSL 325.79º 0.98% 0.53% -
HSV(B) 325.79º 0.93% 0.99% -
XYZ 45.93 23.33 31.36 -
YUV 102.54 155.36 234.6 -
System Red Green Blue C M Y K H S L
Decimal 252 17 151 0 0.93 0.40 0.01 325.79 0.98 0.53
Hex FC 11 97 0 5D 28 1 146 62 35
Octal 374 21 227 0 135 50 1 506 142 65
Binary 11111100 10001 10010111 0 1011101 101000 1 101000110 1100010 110101

Color Harmonies of #FC1197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1197

Black with #FC1197

Text Example


Text Example

White with #FC1197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1197; }

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

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

background-color css

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

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

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

border-color css

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

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

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