#F28BA4

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

Shades of Mauvelous #F28BA4

Tints of Mauvelous #F28BA4

Color information

#F28BA4 (or 0xF28BA4) is unknown color: approx Mauvelous. HEX triplet: F2, 8B and A4. RGB value is (242,139,164). Sum of RGB (Red+Green+Blue) = 242+139+164=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BA4 is #0D745B. Grayscale: #ACACAC. Windows color (decimal): -881756 or 10783730. OLE color: 10783730.

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

Color convert

RGB242139164-
CMYK00.430.320.05
HSL345.44º79.84%74.71%-
HSV(B)345.44º42.56%94.9%-
XYZ52.5540.0240.08-
YUV172.65123.12177.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 164 (64.45% from 255) = 30.09%
R=44.40%
G=25.50%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213916400.430.320.05345.4479.8474.71
HexF28BA402B205159504b
Octal362213244053405531120113
Binary111100101000101110100100010101110000010110101100110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28BA4; }

 p { color: rgb(242,139,164); }

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

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

 a { background-color: rgb(242,139,164); }

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

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

 span { border-color: rgb(242,139,164); }

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