#F697CD

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

Shades of Shocking #F697CD

Tints of Shocking #F697CD

Color information

#F697CD (or 0xF697CD) is unknown color: approx Shocking. HEX triplet: F6, 97 and CD. RGB value is (246,151,205). Sum of RGB (Red+Green+Blue) = 246+151+205=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F697CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F697CD is #096832. Grayscale: #B9B9B9. Windows color (decimal): -616499 or 13473782. OLE color: 13473782.

HSL color Cylindrical-coordinate representation of color #F697CD: hue angle of 325.89º 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 #F697CD is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246151205-
CMYK00.390.170.04
HSL325.89º84.07%77.84%-
HSV(B)325.89º38.62%96.47%-
XYZ60.0946.1363.5-
YUV185.56138.97171.11-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.86%
GREEN value IS 151 (59.38% from 255) = 25.08%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=40.86%
G=25.08%
B=34.05%

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
Decimal24615120500.390.170.04325.8984.0777.84
HexF697CD027114146544e
Octal366227315047214506124116
Binary11110110100101111100110101001111000110010100011010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F697CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F697CD; }

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

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

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

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

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

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

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

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