#F197CF

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

Shades of Shocking #F197CF

Tints of Shocking #F197CF

Color information

#F197CF (or 0xF197CF) is unknown color: approx Shocking. HEX triplet: F1, 97 and CF. RGB value is (241,151,207). Sum of RGB (Red+Green+Blue) = 241+151+207=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F197CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197CF is #0E6830. Grayscale: #B8B8B8. Windows color (decimal): -944177 or 13604849. OLE color: 13604849.

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

Color convert

RGB241151207-
CMYK00.370.140.05
HSL322.67º76.27%76.86%-
HSV(B)322.67º37.34%94.51%-
XYZ58.645.3464.69-
YUV184.29140.82168.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 151 (59.38% from 255) = 25.21%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=40.23%
G=25.21%
B=34.56%

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
Decimal24115120700.370.140.05322.6776.2776.86
HexF197CF025E51434c4d
Octal361227317045165503114115
Binary1111000110010111110011110100101111010110100001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F197CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F197CF; }

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

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

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

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

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

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

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

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