#F691BE

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

Shades of Shocking #F691BE

Tints of Shocking #F691BE

Color information

#F691BE (or 0xF691BE) is unknown color: approx Shocking. HEX triplet: F6, 91 and BE. RGB value is (246,145,190). Sum of RGB (Red+Green+Blue) = 246+145+190=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F691BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691BE is #096E41. Grayscale: #B4B4B4. Windows color (decimal): -618050 or 12489206. OLE color: 12489206.

HSL color Cylindrical-coordinate representation of color #F691BE: hue angle of 333.27º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F691BE is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB246145190-
CMYK00.410.230.04
HSL333.27º84.87%76.67%-
HSV(B)333.27º41.06%96.47%-
XYZ57.4343.5654.1-
YUV180.33133.46174.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.34%
GREEN value IS 145 (57.03% from 255) = 24.96%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=42.34%
G=24.96%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614519000.410.230.04333.2784.8776.67
HexF691BE02917414d554d
Octal366221276051274515125115
Binary11110110100100011011111001010011011110010100110110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F691BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F691BE; }

 p { color: rgb(246,145,190); }

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

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

 a { background-color: rgb(246,145,190); }

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

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

 span { border-color: rgb(246,145,190); }

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