#F19BC1

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

Shades of Shocking #F19BC1

Tints of Shocking #F19BC1

Color information

#F19BC1 (or 0xF19BC1) is unknown color: approx Shocking. HEX triplet: F1, 9B and C1. RGB value is (241,155,193). Sum of RGB (Red+Green+Blue) = 241+155+193=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BC1 is #0E643E. Grayscale: #B8B8B8. Windows color (decimal): -943167 or 12688369. OLE color: 12688369.

HSL color Cylindrical-coordinate representation of color #F19BC1: hue angle of 333.49º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19BC1 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB241155193-
CMYK00.360.200.05
HSL333.49º75.44%77.65%-
HSV(B)333.49º35.68%94.51%-
XYZ57.6245.9956.29-
YUV185.05132.49167.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 155 (60.94% from 255) = 26.32%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=40.92%
G=26.32%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115519300.360.200.05333.4975.4477.65
HexF19BC102414514d4b4e
Octal361233301044245515113116
Binary11110001100110111100000101001001010010110100110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BC1; }

 p { color: rgb(241,155,193); }

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

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

 a { background-color: rgb(241,155,193); }

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

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

 span { border-color: rgb(241,155,193); }

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