#F698BD

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

Shades of Shocking #F698BD

Tints of Shocking #F698BD

Color information

#F698BD (or 0xF698BD) is unknown color: approx Shocking. HEX triplet: F6, 98 and BD. RGB value is (246,152,189). Sum of RGB (Red+Green+Blue) = 246+152+189=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F698BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F698BD is #096742. Grayscale: #B8B8B8. Windows color (decimal): -616259 or 12425462. OLE color: 12425462.

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

Color convert

RGB246152189-
CMYK00.380.230.04
HSL336.38º83.93%78.04%-
HSV(B)336.38º38.21%96.47%-
XYZ58.4245.7253.89-
YUV184.32130.64171.99-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.91%
GREEN value IS 152 (59.77% from 255) = 25.89%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=41.91%
G=25.89%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615218900.380.230.04336.3883.9378.04
HexF698BD026174150544e
Octal366230275046274520124116
Binary11110110100110001011110101001101011110010101000010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F698BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F698BD; }

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

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

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

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

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

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

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

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