#F290BB

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

Shades of Shocking #F290BB

Tints of Shocking #F290BB

Color information

#F290BB (or 0xF290BB) is unknown color: approx Shocking. HEX triplet: F2, 90 and BB. RGB value is (242,144,187). Sum of RGB (Red+Green+Blue) = 242+144+187=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F290BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290BB is #0D6F44. Grayscale: #B2B2B2. Windows color (decimal): -880453 or 12292338. OLE color: 12292338.

HSL color Cylindrical-coordinate representation of color #F290BB: hue angle of 333.67º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F290BB is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB242144187-
CMYK00.400.230.05
HSL333.67º79.03%75.69%-
HSV(B)333.67º40.5%94.9%-
XYZ55.5642.4152.27-
YUV178.2132.97173.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.23%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=42.23%
G=25.13%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214418700.400.230.05333.6779.0375.69
HexF290BB02817514e4f4c
Octal362220273050275516117114
Binary11110010100100001011101101010001011110110100111010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290BB; }

 p { color: rgb(242,144,187); }

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

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

 a { background-color: rgb(242,144,187); }

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

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

 span { border-color: rgb(242,144,187); }

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