#F697CC

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

Shades of Shocking #F697CC

Tints of Shocking #F697CC

Color information

#F697CC (or 0xF697CC) is unknown color: approx Shocking. HEX triplet: F6, 97 and CC. RGB value is (246,151,204). Sum of RGB (Red+Green+Blue) = 246+151+204=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F697CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F697CC is #096833. Grayscale: #B9B9B9. Windows color (decimal): -616500 or 13408246. OLE color: 13408246.

HSL color Cylindrical-coordinate representation of color #F697CC: hue angle of 326.53º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F697CC is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246151204-
CMYK00.390.170.04
HSL326.53º84.07%77.84%-
HSV(B)326.53º38.62%96.47%-
XYZ59.9746.0962.86-
YUV185.45138.47171.19-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.93%
GREEN value IS 151 (59.38% from 255) = 25.12%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=40.93%
G=25.12%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615120400.390.170.04326.5384.0777.84
HexF697CC027114147544e
Octal366227314047214507124116
Binary11110110100101111100110001001111000110010100011110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F697CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F697CC; }

 p { color: rgb(246,151,204); }

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

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

 a { background-color: rgb(246,151,204); }

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

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

 span { border-color: rgb(246,151,204); }

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