#F197C1

Color #F197C1 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #F197C1

Tints of Shocking #F197C1

Color information

#F197C1 (or 0xF197C1) is unknown color: approx Shocking. HEX triplet: F1, 97 and C1. RGB value is (241,151,193). Sum of RGB (Red+Green+Blue) = 241+151+193=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F197C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197C1 is #0E683E. Grayscale: #B6B6B6. Windows color (decimal): -944191 or 12687345. OLE color: 12687345.

HSL color Cylindrical-coordinate representation of color #F197C1: hue angle of 332º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F197C1 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB241151193-
CMYK00.370.200.05
HSL332º76.27%76.86%-
HSV(B)332º37.34%94.51%-
XYZ56.9744.6856.07-
YUV182.7133.82169.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 151 (59.38% from 255) = 25.81%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=41.20%
G=25.81%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115119300.370.200.0533276.2776.86
HexF197C102514514c4c4d
Octal361227301045245514114115
Binary11110001100101111100000101001011010010110100110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F197C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F197C1; }

 p { color: rgb(241,151,193); }

 H1.HeaderClassName
 {
   color: #F197C1;
 }
 .AnyTagClassName
 {
   color: #F197C1;
 }
</style>
background-color css

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

 a { background-color: rgb(241,151,193); }

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

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

 span { border-color: rgb(241,151,193); }

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