#F192BD

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

Shades of Shocking #F192BD

Tints of Shocking #F192BD

Color information

#F192BD (or 0xF192BD) is unknown color: approx Shocking. HEX triplet: F1, 92 and BD. RGB value is (241,146,189). Sum of RGB (Red+Green+Blue) = 241+146+189=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F192BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192BD is #0E6D42. Grayscale: #B3B3B3. Windows color (decimal): -945475 or 12423921. OLE color: 12423921.

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

Color convert

RGB241146189-
CMYK00.390.220.05
HSL332.84º77.24%75.88%-
HSV(B)332.84º39.42%94.51%-
XYZ55.7442.9353.49-
YUV179.31133.47172-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.84%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=41.84%
G=25.35%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114618900.390.220.05332.8477.2475.88
HexF192BD02716514d4d4c
Octal361222275047265515115114
Binary11110001100100101011110101001111011010110100110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192BD; }

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

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

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

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

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

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

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

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