#F195CA

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

Shades of Shocking #F195CA

Tints of Shocking #F195CA

Color information

#F195CA (or 0xF195CA) is unknown color: approx Shocking. HEX triplet: F1, 95 and CA. RGB value is (241,149,202). Sum of RGB (Red+Green+Blue) = 241+149+202=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F195CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195CA is #0E6A35. Grayscale: #B6B6B6. Windows color (decimal): -944694 or 13276657. OLE color: 13276657.

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

Color convert

RGB241149202-
CMYK00.380.160.05
HSL325.43º76.67%76.47%-
HSV(B)325.43º38.17%94.51%-
XYZ57.6844.4661.42-
YUV182.55138.98169.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 149 (58.59% from 255) = 25.17%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=40.71%
G=25.17%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114920200.380.160.05325.4376.6776.47
HexF195CA0261051454d4c
Octal361225312046205505115114
Binary11110001100101011100101001001101000010110100010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195CA; }

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

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

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

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

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

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

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

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