Html Css Color HEX #F297A9 Mauvelous

📋 copy color: '#F297A9'

red 242 ◦ green 151 ◦ blue 169

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

Shades of Mauvelous #F297A9

Tints of Mauvelous #F297A9

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.87%

 BLUE value IS 169 (66.41% from 255) = 30.07%

R = 43.06%
G = 26.87%
B = 30.07%

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

#F297A9 (or 0xF297A9) is known color: Mauvelous. HEX triplet: F2, 97 and A9. RGB value is (242,151,169). Sum of RGB (Red+Green+Blue) = 242+151+169=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 169 (66.41% from 255 or 30.07% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F297A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F297A9 is #0D6856. Grayscale: #B4B4B4. Windows color (decimal): -878679 or 11114482. OLE color: 11114482.

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

Color convert

RGB 242 151 169 -
CMYK 0 0.38 0.30 0.05
HSL 348.13º 0.78% 0.77% -
HSV(B) 348.13º 0.38% 0.95% -
XYZ 54.85 43.88 43.11 -
YUV 180.26 121.65 172.04 -
System Red Green Blue C M Y K H S L
Decimal 242 151 169 0 0.38 0.30 0.05 348.13 0.78 0.77
Hex F2 97 A9 0 26 1E 5 15C 4E 4D
Octal 362 227 251 0 46 36 5 534 116 115
Binary 11110010 10010111 10101001 0 100110 11110 101 101011100 1001110 1001101

Color Harmonies of #F297A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F297A9

Black with #F297A9

Text Example


Text Example

White with #F297A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F297A9; }

 p { color: rgb(242,151,169); }

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

background-color css

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

 a { background-color: rgb(242,151,169); }

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

border-color css

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

 span { border-color: rgb(242,151,169); }

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