#F195CE

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

Shades of Shocking #F195CE

Tints of Shocking #F195CE

Color information

#F195CE (or 0xF195CE) is unknown color: approx Shocking. HEX triplet: F1, 95 and CE. RGB value is (241,149,206). Sum of RGB (Red+Green+Blue) = 241+149+206=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F195CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195CE is #0E6A31. Grayscale: #B6B6B6. Windows color (decimal): -944690 or 13538801. OLE color: 13538801.

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

Color convert

RGB241149206-
CMYK00.380.150.05
HSL322.83º76.67%76.47%-
HSV(B)322.83º38.17%94.51%-
XYZ58.1644.6563.95-
YUV183.01140.98169.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 149 (58.59% from 255) = 25%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=40.44%
G=25%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114920600.380.150.05322.8376.6776.47
HexF195CE026F51434d4c
Octal361225316046175503115114
Binary1111000110010101110011100100110111110110100001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195CE; }

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

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

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

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

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

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

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

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