#F198BD

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

Shades of Shocking #F198BD

Tints of Shocking #F198BD

Color information

#F198BD (or 0xF198BD) is unknown color: approx Shocking. HEX triplet: F1, 98 and BD. RGB value is (241,152,189). Sum of RGB (Red+Green+Blue) = 241+152+189=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F198BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198BD is #0E6742. Grayscale: #B6B6B6. Windows color (decimal): -943939 or 12425457. OLE color: 12425457.

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

Color convert

RGB241152189-
CMYK00.370.220.05
HSL335.06º76.07%77.06%-
HSV(B)335.06º36.93%94.51%-
XYZ56.6944.8353.81-
YUV182.83131.49169.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 152 (59.77% from 255) = 26.12%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=41.41%
G=26.12%
B=32.47%

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
Decimal24115218900.370.220.05335.0676.0777.06
HexF198BD02516514f4c4d
Octal361230275045265517114115
Binary11110001100110001011110101001011011010110100111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F198BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F198BD; }

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

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

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

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

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

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

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

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