#F18DBB

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

Shades of Shocking #F18DBB

Tints of Shocking #F18DBB

Color information

#F18DBB (or 0xF18DBB) is unknown color: approx Shocking. HEX triplet: F1, 8D and BB. RGB value is (241,141,187). Sum of RGB (Red+Green+Blue) = 241+141+187=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DBB is #0E7244. Grayscale: #B0B0B0. Windows color (decimal): -946757 or 12291569. OLE color: 12291569.

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

Color convert

RGB241141187-
CMYK00.410.220.05
HSL332.4º78.12%74.9%-
HSV(B)332.4º41.49%94.51%-
XYZ54.7741.3452.11-
YUV176.14134.13174.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=42.36%
G=24.78%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114118700.410.220.05332.478.1274.9
HexF18DBB02916514c4e4b
Octal361215273051265514116113
Binary11110001100011011011101101010011011010110100110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18DBB; }

 p { color: rgb(241,141,187); }

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

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

 a { background-color: rgb(241,141,187); }

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

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

 span { border-color: rgb(241,141,187); }

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