#F69ABE

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

Shades of Shocking #F69ABE

Tints of Shocking #F69ABE

Color information

#F69ABE (or 0xF69ABE) is unknown color: approx Shocking. HEX triplet: F6, 9A and BE. RGB value is (246,154,190). Sum of RGB (Red+Green+Blue) = 246+154+190=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ABE is #096541. Grayscale: #B9B9B9. Windows color (decimal): -615746 or 12491510. OLE color: 12491510.

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

Color convert

RGB246154190-
CMYK00.370.230.04
HSL336.52º83.64%78.43%-
HSV(B)336.52º37.4%96.47%-
XYZ58.8646.4254.57-
YUV185.61130.48171.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.69%
GREEN value IS 154 (60.55% from 255) = 26.10%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=41.69%
G=26.10%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615419000.370.230.04336.5283.6478.43
HexF69ABE025174151544e
Octal366232276045274521124116
Binary11110110100110101011111001001011011110010101000110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69ABE; }

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

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

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

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

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

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

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

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