#F094CA

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

Shades of Shocking #F094CA

Tints of Shocking #F094CA

Color information

#F094CA (or 0xF094CA) is unknown color: approx Shocking. HEX triplet: F0, 94 and CA. RGB value is (240,148,202). Sum of RGB (Red+Green+Blue) = 240+148+202=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F094CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F094CA is #0F6B35. Grayscale: #B5B5B5. Windows color (decimal): -1010486 or 13276400. OLE color: 13276400.

HSL color Cylindrical-coordinate representation of color #F094CA: hue angle of 324.78º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F094CA is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240148202-
CMYK00.380.160.06
HSL324.78º75.41%76.08%-
HSV(B)324.78º38.33%94.12%-
XYZ57.1943.9761.35-
YUV181.66139.48169.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.68%
GREEN value IS 148 (58.20% from 255) = 25.08%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=40.68%
G=25.08%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014820200.380.160.06324.7875.4176.08
HexF094CA0261061454b4c
Octal360224312046206505113114
Binary11110000100101001100101001001101000011010100010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F094CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F094CA; }

 p { color: rgb(240,148,202); }

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

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

 a { background-color: rgb(240,148,202); }

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

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

 span { border-color: rgb(240,148,202); }

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