#F19FBD

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

Shades of Shocking #F19FBD

Tints of Shocking #F19FBD

Color information

#F19FBD (or 0xF19FBD) is unknown color: approx Shocking. HEX triplet: F1, 9F and BD. RGB value is (241,159,189). Sum of RGB (Red+Green+Blue) = 241+159+189=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FBD is #0E6042. Grayscale: #BABABA. Windows color (decimal): -942147 or 12427249. OLE color: 12427249.

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

Color convert

RGB241159189-
CMYK00.340.220.05
HSL338.05º74.55%78.43%-
HSV(B)338.05º34.02%94.51%-
XYZ57.8647.1754.2-
YUV186.94129.17166.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=40.92%
G=26.99%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115918900.340.220.05338.0574.5578.43
HexF19FBD0221651524b4e
Octal361237275042265522113116
Binary11110001100111111011110101000101011010110101001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FBD; }

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

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

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

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

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

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

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

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