Html Css Color HEX #F298A6 Mauvelous

📋 copy color: '#F298A6'

red 242 ◦ green 152 ◦ blue 166

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

Shades of Mauvelous #F298A6

Tints of Mauvelous #F298A6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.14%

 BLUE value IS 166 (65.23% from 255) = 29.64%

R = 43.21%
G = 27.14%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F298A6 (or 0xF298A6) is known color: Mauvelous. HEX triplet: F2, 98 and A6. RGB value is (242,152,166). Sum of RGB (Red+Green+Blue) = 242+152+166=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F298A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F298A6 is #0D6759. Grayscale: #B4B4B4. Windows color (decimal): -878426 or 10918130. OLE color: 10918130.

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

Color convert

RGB 242 152 166 -
CMYK 0 0.37 0.31 0.05
HSL 350.67º 0.78% 0.77% -
HSV(B) 350.67º 0.37% 0.95% -
XYZ 54.73 44.09 41.7 -
YUV 180.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 242 152 166 0 0.37 0.31 0.05 350.67 0.78 0.77
Hex F2 98 A6 0 25 1F 5 15F 4E 4D
Octal 362 230 246 0 45 37 5 537 116 115
Binary 11110010 10011000 10100110 0 100101 11111 101 101011111 1001110 1001101

Color Harmonies of #F298A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F298A6

Black with #F298A6

Text Example


Text Example

White with #F298A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F298A6; }

 p { color: rgb(242,152,166); }

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

background-color css

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

 a { background-color: rgb(242,152,166); }

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

border-color css

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

 span { border-color: rgb(242,152,166); }

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