#F590BD

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

Shades of Shocking #F590BD

Tints of Shocking #F590BD

Color information

#F590BD (or 0xF590BD) is unknown color: approx Shocking. HEX triplet: F5, 90 and BD. RGB value is (245,144,189). Sum of RGB (Red+Green+Blue) = 245+144+189=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F590BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590BD is #0A6F42. Grayscale: #B3B3B3. Windows color (decimal): -683843 or 12423413. OLE color: 12423413.

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

Color convert

RGB245144189-
CMYK00.410.230.04
HSL333.27º83.47%76.27%-
HSV(B)333.27º41.22%96.08%-
XYZ56.8143.0353.46-
YUV179.33133.46174.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.39%
GREEN value IS 144 (56.64% from 255) = 24.91%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=42.39%
G=24.91%
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
Decimal24514418900.410.230.04333.2783.4776.27
HexF590BD02917414d534c
Octal365220275051274515123114
Binary11110101100100001011110101010011011110010100110110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F590BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F590BD; }

 p { color: rgb(245,144,189); }

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

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

 a { background-color: rgb(245,144,189); }

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

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

 span { border-color: rgb(245,144,189); }

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