#f491bd

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

Shades of Shocking #F491BD

Tints of Shocking #F491BD

Color information

#F491BD (or 0xF491BD) is unknown color: approx Shocking. HEX triplet: F4, 91 and BD. RGB value is (244,145,189). Sum of RGB (Red+Green+Blue) = 244+145+189=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F491BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491BD is #0B6E42. Grayscale: #B3B3B3. Windows color (decimal): -749123 or 12423668. OLE color: 12423668.

HSL color Cylindrical-coordinate representation of color #F491BD: hue angle of 333.33º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F491BD is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB244145189-
CMYK00.410.230.04
HSL333.33º81.82%76.27%-
HSV(B)333.33º40.57%95.69%-
XYZ56.6243.1653.49-
YUV179.62133.3173.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.21%
GREEN value IS 145 (57.03% from 255) = 25.09%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=42.21%
G=25.09%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414518900.410.230.04333.3381.8276.27
HexF491BD02917414d524c
Octal364221275051274515122114
Binary11110100100100011011110101010011011110010100110110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f491bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f491bd; }

 p { color: rgb(244,145,189); }

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

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

 a { background-color: rgb(244,145,189); }

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

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

 span { border-color: rgb(244,145,189); }

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