#F298A7

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

Shades of Mauvelous #F298A7

Tints of Mauvelous #F298A7

Color information

#F298A7 (or 0xF298A7) is unknown color: approx Mauvelous. HEX triplet: F2, 98 and A7. RGB value is (242,152,167). Sum of RGB (Red+Green+Blue) = 242+152+167=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 167 (65.62% from 255 or 29.77% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F298A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F298A7 is #0D6758. Grayscale: #B4B4B4. Windows color (decimal): -878425 or 10983666. OLE color: 10983666.

HSL color Cylindrical-coordinate representation of color #F298A7: hue angle of 350º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F298A7 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB242152167-
CMYK00.370.310.05
HSL350º77.59%77.25%-
HSV(B)350º37.19%94.9%-
XYZ54.8244.1242.19-
YUV180.62120.32171.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.14%
GREEN value IS 152 (59.77% from 255) = 27.09%
BLUE value IS 167 (65.62% from 255) = 29.77%
R=43.14%
G=27.09%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215216700.370.310.0535077.5977.25
HexF298A70251F515e4e4d
Octal362230247045375536116115
Binary11110010100110001010011101001011111110110101111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F298A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F298A7; }

 p { color: rgb(242,152,167); }

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

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

 a { background-color: rgb(242,152,167); }

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

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

 span { border-color: rgb(242,152,167); }

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