#F290B9

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

Shades of Shocking #F290B9

Tints of Shocking #F290B9

Color information

#F290B9 (or 0xF290B9) is unknown color: approx Shocking. HEX triplet: F2, 90 and B9. RGB value is (242,144,185). Sum of RGB (Red+Green+Blue) = 242+144+185=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F290B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290B9 is #0D6F46. Grayscale: #B1B1B1. Windows color (decimal): -880455 or 12161266. OLE color: 12161266.

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

Color convert

RGB242144185-
CMYK00.400.240.05
HSL334.9º79.03%75.69%-
HSV(B)334.9º40.5%94.9%-
XYZ55.3542.3351.15-
YUV177.98131.97173.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.38%
GREEN value IS 144 (56.64% from 255) = 25.22%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=42.38%
G=25.22%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214418500.400.240.05334.979.0375.69
HexF290B902818514f4f4c
Octal362220271050305517117114
Binary11110010100100001011100101010001100010110100111110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290B9; }

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

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

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

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

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

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

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

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