#F69BC2

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

Shades of Shocking #F69BC2

Tints of Shocking #F69BC2

Color information

#F69BC2 (or 0xF69BC2) is unknown color: approx Shocking. HEX triplet: F6, 9B and C2. RGB value is (246,155,194). Sum of RGB (Red+Green+Blue) = 246+155+194=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BC2 is #09643D. Grayscale: #BABABA. Windows color (decimal): -615486 or 12753910. OLE color: 12753910.

HSL color Cylindrical-coordinate representation of color #F69BC2: hue angle of 334.29º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69BC2 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB246155194-
CMYK00.370.210.04
HSL334.29º83.49%78.63%-
HSV(B)334.29º36.99%96.47%-
XYZ59.4646.9356.96-
YUV186.65132.15170.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.34%
GREEN value IS 155 (60.94% from 255) = 26.05%
BLUE value IS 194 (76.17% from 255) = 32.61%
R=41.34%
G=26.05%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615519400.370.210.04334.2983.4978.63
HexF69BC202515414e534f
Octal366233302045254516123117
Binary11110110100110111100001001001011010110010100111010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69BC2; }

 p { color: rgb(246,155,194); }

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

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

 a { background-color: rgb(246,155,194); }

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

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

 span { border-color: rgb(246,155,194); }

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