#F09AC1

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

Shades of Shocking #F09AC1

Tints of Shocking #F09AC1

Color information

#F09AC1 (or 0xF09AC1) is unknown color: approx Shocking. HEX triplet: F0, 9A and C1. RGB value is (240,154,193). Sum of RGB (Red+Green+Blue) = 240+154+193=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F09AC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09AC1 is #0F653E. Grayscale: #B8B8B8. Windows color (decimal): -1008959 or 12688112. OLE color: 12688112.

HSL color Cylindrical-coordinate representation of color #F09AC1: hue angle of 332.79º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09AC1 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240154193-
CMYK00.360.200.06
HSL332.79º74.14%77.25%-
HSV(B)332.79º35.83%94.12%-
XYZ57.1245.4956.22-
YUV184.16132.99167.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.89%
GREEN value IS 154 (60.55% from 255) = 26.24%
BLUE value IS 193 (75.78% from 255) = 32.88%
R=40.89%
G=26.24%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015419300.360.200.06332.7974.1477.25
HexF09AC102414614d4a4d
Octal360232301044246515112115
Binary11110000100110101100000101001001010011010100110110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09AC1; }

 p { color: rgb(240,154,193); }

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

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

 a { background-color: rgb(240,154,193); }

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

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

 span { border-color: rgb(240,154,193); }

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