#f698cc

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

Shades of Shocking #F698CC

Tints of Shocking #F698CC

Color information

#F698CC (or 0xF698CC) is unknown color: approx Shocking. HEX triplet: F6, 98 and CC. RGB value is (246,152,204). Sum of RGB (Red+Green+Blue) = 246+152+204=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F698CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F698CC is #096733. Grayscale: #B9B9B9. Windows color (decimal): -616244 or 13408502. OLE color: 13408502.

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

Color convert

RGB246152204-
CMYK00.380.170.04
HSL326.81º83.93%78.04%-
HSV(B)326.81º38.21%96.47%-
XYZ60.1346.4162.92-
YUV186.03138.14170.77-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.86%
GREEN value IS 152 (59.77% from 255) = 25.25%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=40.86%
G=25.25%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615220400.380.170.04326.8183.9378.04
HexF698CC026114147544e
Octal366230314046214507124116
Binary11110110100110001100110001001101000110010100011110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f698cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f698cc; }

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

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

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

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

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

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

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

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