#F195BC

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

Shades of Shocking #F195BC

Tints of Shocking #F195BC

Color information

#F195BC (or 0xF195BC) is unknown color: approx Shocking. HEX triplet: F1, 95 and BC. RGB value is (241,149,188). Sum of RGB (Red+Green+Blue) = 241+149+188=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F195BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195BC is #0E6A43. Grayscale: #B4B4B4. Windows color (decimal): -944708 or 12359153. OLE color: 12359153.

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

Color convert

RGB241149188-
CMYK00.380.220.05
HSL334.57º76.67%76.47%-
HSV(B)334.57º38.17%94.51%-
XYZ56.143.8353.08-
YUV180.95131.98170.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.70%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=41.70%
G=25.78%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114918800.380.220.05334.5776.6776.47
HexF195BC02616514f4d4c
Octal361225274046265517115114
Binary11110001100101011011110001001101011010110100111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195BC; }

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

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

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

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

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

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

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

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