#F195CF

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

Shades of Shocking #F195CF

Tints of Shocking #F195CF

Color information

#F195CF (or 0xF195CF) is unknown color: approx Shocking. HEX triplet: F1, 95 and CF. RGB value is (241,149,207). Sum of RGB (Red+Green+Blue) = 241+149+207=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F195CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195CF is #0E6A30. Grayscale: #B6B6B6. Windows color (decimal): -944689 or 13604337. OLE color: 13604337.

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

Color convert

RGB241149207-
CMYK00.380.140.05
HSL322.17º76.67%76.47%-
HSV(B)322.17º38.17%94.51%-
XYZ58.2944.764.59-
YUV183.12141.48169.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.37%
GREEN value IS 149 (58.59% from 255) = 24.96%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=40.37%
G=24.96%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114920700.380.140.05322.1776.6776.47
HexF195CF026E51424d4c
Octal361225317046165502115114
Binary1111000110010101110011110100110111010110100001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195CF; }

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

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

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

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

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

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

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

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