#F095CA

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

Shades of Shocking #F095CA

Tints of Shocking #F095CA

Color information

#F095CA (or 0xF095CA) is unknown color: approx Shocking. HEX triplet: F0, 95 and CA. RGB value is (240,149,202). Sum of RGB (Red+Green+Blue) = 240+149+202=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F095CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095CA is #0F6A35. Grayscale: #B6B6B6. Windows color (decimal): -1010230 or 13276656. OLE color: 13276656.

HSL color Cylindrical-coordinate representation of color #F095CA: hue angle of 325.05º 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 #F095CA is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240149202-
CMYK00.380.160.06
HSL325.05º75.21%76.27%-
HSV(B)325.05º37.92%94.12%-
XYZ57.3444.2861.4-
YUV182.25139.15169.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 149 (58.59% from 255) = 25.21%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=40.61%
G=25.21%
B=34.18%

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
Decimal24014920200.380.160.06325.0575.2176.27
HexF095CA0261061454b4c
Octal360225312046206505113114
Binary11110000100101011100101001001101000011010100010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095CA; }

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

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

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

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

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

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

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

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