#F197D0

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

Shades of Shocking #F197D0

Tints of Shocking #F197D0

Color information

#F197D0 (or 0xF197D0) is unknown color: approx Shocking. HEX triplet: F1, 97 and D0. RGB value is (241,151,208). Sum of RGB (Red+Green+Blue) = 241+151+208=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F197D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197D0 is #0E682F. Grayscale: #B8B8B8. Windows color (decimal): -944176 or 13670385. OLE color: 13670385.

HSL color Cylindrical-coordinate representation of color #F197D0: hue angle of 322º 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 #F197D0 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB241151208-
CMYK00.370.140.05
HSL322º76.27%76.86%-
HSV(B)322º37.34%94.51%-
XYZ58.7345.3965.34-
YUV184.41141.32168.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 151 (59.38% from 255) = 25.17%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=40.17%
G=25.17%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115120800.370.140.0532276.2776.86
HexF197D0025E51424c4d
Octal361227320045165502114115
Binary1111000110010111110100000100101111010110100001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F197D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F197D0; }

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

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

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

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

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

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

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

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