#F28CA7

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

Shades of Mauvelous #F28CA7

Tints of Mauvelous #F28CA7

Color information

#F28CA7 (or 0xF28CA7) is unknown color: approx Mauvelous. HEX triplet: F2, 8C and A7. RGB value is (242,140,167). Sum of RGB (Red+Green+Blue) = 242+140+167=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28CA7 is #0D7358. Grayscale: #ADADAD. Windows color (decimal): -881497 or 10980594. OLE color: 10980594.

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

Color convert

RGB242140167-
CMYK00.420.310.05
HSL344.12º79.69%74.9%-
HSV(B)344.12º42.15%94.9%-
XYZ52.9740.4241.57-
YUV173.58124.29176.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.08%
GREEN value IS 140 (55.08% from 255) = 25.50%
BLUE value IS 167 (65.62% from 255) = 30.42%
R=44.08%
G=25.50%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214016700.420.310.05344.1279.6974.9
HexF28CA702A1F5158504b
Octal362214247052375530120113
Binary11110010100011001010011101010101111110110101100010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28CA7; }

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

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

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

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

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

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

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

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