#F195BD

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

Shades of Shocking #F195BD

Tints of Shocking #F195BD

Color information

#F195BD (or 0xF195BD) is unknown color: approx Shocking. HEX triplet: F1, 95 and BD. RGB value is (241,149,189). Sum of RGB (Red+Green+Blue) = 241+149+189=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F195BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195BD is #0E6A42. Grayscale: #B4B4B4. Windows color (decimal): -944707 or 12424689. OLE color: 12424689.

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

Color convert

RGB241149189-
CMYK00.380.220.05
HSL333.91º76.67%76.47%-
HSV(B)333.91º38.17%94.51%-
XYZ56.2143.8753.65-
YUV181.07132.48170.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.62%
GREEN value IS 149 (58.59% from 255) = 25.73%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=41.62%
G=25.73%
B=32.64%

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
Decimal24114918900.380.220.05333.9176.6776.47
HexF195BD02616514e4d4c
Octal361225275046265516115114
Binary11110001100101011011110101001101011010110100111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195BD; }

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

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

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

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

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

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

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

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