#F093CA

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

Shades of Shocking #F093CA

Tints of Shocking #F093CA

Color information

#F093CA (or 0xF093CA) is unknown color: approx Shocking. HEX triplet: F0, 93 and CA. RGB value is (240,147,202). Sum of RGB (Red+Green+Blue) = 240+147+202=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F093CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093CA is #0F6C35. Grayscale: #B4B4B4. Windows color (decimal): -1010742 or 13276144. OLE color: 13276144.

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

Color convert

RGB240147202-
CMYK00.390.160.06
HSL324.52º75.61%75.88%-
HSV(B)324.52º38.75%94.12%-
XYZ57.0343.6661.3-
YUV181.08139.81170.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=40.75%
G=24.96%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014720200.390.160.06324.5275.6175.88
HexF093CA0271061454c4c
Octal360223312047206505114114
Binary11110000100100111100101001001111000011010100010110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F093CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F093CA; }

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

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

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

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

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

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

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

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