Html Css Color HEX #F291AB Mauvelous

📋 copy color: '#F291AB'

red 242 ◦ green 145 ◦ blue 171

#F291AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauvelous #F291AB

Tints of Mauvelous #F291AB

RGB

 RED value IS 242 (94.92% from 255) = 43.37%

 GREEN value IS 145 (57.03% from 255) = 25.99%

 BLUE value IS 171 (67.19% from 255) = 30.65%

R = 43.37%
G = 25.99%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F291AB (or 0xF291AB) is known color: Mauvelous. HEX triplet: F2, 91 and AB. RGB value is (242,145,171). Sum of RGB (Red+Green+Blue) = 242+145+171=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F291AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F291AB is #0D6E54. Grayscale: #B0B0B0. Windows color (decimal): -880213 or 11244018. OLE color: 11244018.

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

Color convert

RGB 242 145 171 -
CMYK 0 0.40 0.29 0.05
HSL 343.92º 0.79% 0.76% -
HSV(B) 343.92º 0.4% 0.95% -
XYZ 54.09 42.07 43.8 -
YUV 176.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 242 145 171 0 0.40 0.29 0.05 343.92 0.79 0.76
Hex F2 91 AB 0 28 1D 5 158 4F 4C
Octal 362 221 253 0 50 35 5 530 117 114
Binary 11110010 10010001 10101011 0 101000 11101 101 101011000 1001111 1001100

Color Harmonies of #F291AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F291AB

Black with #F291AB

Text Example


Text Example

White with #F291AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F291AB; }

 p { color: rgb(242,145,171); }

 H1.HeaderClassName
 {
   color: #F291AB;
 }
 .AnyTagClassName
 {
   color: #F291AB;
 }
</style>

background-color css

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

 a { background-color: rgb(242,145,171); }

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

border-color css

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

 span { border-color: rgb(242,145,171); }

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