Html Css Color HEX #F295AA Mauvelous

📋 copy color: '#F295AA'

red 242 ◦ green 149 ◦ blue 170

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

Shades of Mauvelous #F295AA

Tints of Mauvelous #F295AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.56%

 BLUE value IS 170 (66.8% from 255) = 30.3%

R = 43.14%
G = 26.56%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F295AA (or 0xF295AA) is known color: Mauvelous. HEX triplet: F2, 95 and AA. RGB value is (242,149,170). Sum of RGB (Red+Green+Blue) = 242+149+170=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F295AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F295AA is #0D6A55. Grayscale: #B3B3B3. Windows color (decimal): -879190 or 11179506. OLE color: 11179506.

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

Color convert

RGB 242 149 170 -
CMYK 0 0.38 0.30 0.05
HSL 346.45º 0.78% 0.77% -
HSV(B) 346.45º 0.38% 0.95% -
XYZ 54.62 43.27 43.5 -
YUV 179.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 242 149 170 0 0.38 0.30 0.05 346.45 0.78 0.77
Hex F2 95 AA 0 26 1E 5 15A 4E 4D
Octal 362 225 252 0 46 36 5 532 116 115
Binary 11110010 10010101 10101010 0 100110 11110 101 101011010 1001110 1001101

Color Harmonies of #F295AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295AA

Black with #F295AA

Text Example


Text Example

White with #F295AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295AA; }

 p { color: rgb(242,149,170); }

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

background-color css

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

 a { background-color: rgb(242,149,170); }

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

border-color css

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

 span { border-color: rgb(242,149,170); }

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