#F18FBA

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

Shades of Shocking #F18FBA

Tints of Shocking #F18FBA

Color information

#F18FBA (or 0xF18FBA) is unknown color: approx Shocking. HEX triplet: F1, 8F and BA. RGB value is (241,143,186). Sum of RGB (Red+Green+Blue) = 241+143+186=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FBA is #0E7045. Grayscale: #B1B1B1. Windows color (decimal): -946246 or 12226545. OLE color: 12226545.

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

Color convert

RGB241143186-
CMYK00.410.230.05
HSL333.67º77.78%75.29%-
HSV(B)333.67º40.66%94.51%-
XYZ54.9641.8951.64-
YUV177.2132.97173.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.28%
GREEN value IS 143 (56.25% from 255) = 25.09%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=42.28%
G=25.09%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114318600.410.230.05333.6777.7875.29
HexF18FBA02917514e4e4b
Octal361217272051275516116113
Binary11110001100011111011101001010011011110110100111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18FBA; }

 p { color: rgb(241,143,186); }

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

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

 a { background-color: rgb(241,143,186); }

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

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

 span { border-color: rgb(241,143,186); }

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