#F198BC

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

Shades of Shocking #F198BC

Tints of Shocking #F198BC

Color information

#F198BC (or 0xF198BC) is unknown color: approx Shocking. HEX triplet: F1, 98 and BC. RGB value is (241,152,188). Sum of RGB (Red+Green+Blue) = 241+152+188=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F198BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198BC is #0E6743. Grayscale: #B6B6B6. Windows color (decimal): -943940 or 12359921. OLE color: 12359921.

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

Color convert

RGB241152188-
CMYK00.370.220.05
HSL335.73º76.07%77.06%-
HSV(B)335.73º36.93%94.51%-
XYZ56.5844.7953.24-
YUV182.71130.99169.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.48%
GREEN value IS 152 (59.77% from 255) = 26.16%
BLUE value IS 188 (73.83% from 255) = 32.36%
R=41.48%
G=26.16%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115218800.370.220.05335.7376.0777.06
HexF198BC0251651504c4d
Octal361230274045265520114115
Binary11110001100110001011110001001011011010110101000010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F198BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F198BC; }

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

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

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

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

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

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

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

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