#F290B4

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

Shades of Illusion #F290B4

Tints of Illusion #F290B4

Color information

#F290B4 (or 0xF290B4) is unknown color: approx Illusion. HEX triplet: F2, 90 and B4. RGB value is (242,144,180). Sum of RGB (Red+Green+Blue) = 242+144+180=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F290B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290B4 is #0D6F4B. Grayscale: #B1B1B1. Windows color (decimal): -880460 or 11833586. OLE color: 11833586.

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

Color convert

RGB242144180-
CMYK00.400.260.05
HSL337.96º79.03%75.69%-
HSV(B)337.96º40.5%94.9%-
XYZ54.8342.1248.42-
YUV177.41129.47174.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.76%
GREEN value IS 144 (56.64% from 255) = 25.44%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=42.76%
G=25.44%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214418000.400.260.05337.9679.0375.69
HexF290B40281A51524f4c
Octal362220264050325522117114
Binary11110010100100001011010001010001101010110101001010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290B4; }

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

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

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

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

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

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

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

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