Html Css Color HEX #F298A8 Mauvelous

📋 copy color: '#F298A8'

red 242 ◦ green 152 ◦ blue 168

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

Shades of Mauvelous #F298A8

Tints of Mauvelous #F298A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.89%

R = 43.06%
G = 27.05%
B = 29.89%

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

#F298A8 (or 0xF298A8) is known color: Mauvelous. HEX triplet: F2, 98 and A8. RGB value is (242,152,168). Sum of RGB (Red+Green+Blue) = 242+152+168=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F298A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F298A8 is #0D6757. Grayscale: #B4B4B4. Windows color (decimal): -878424 or 11049202. OLE color: 11049202.

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

Color convert

RGB 242 152 168 -
CMYK 0 0.37 0.31 0.05
HSL 349.33º 0.78% 0.77% -
HSV(B) 349.33º 0.37% 0.95% -
XYZ 54.91 44.16 42.68 -
YUV 180.73 120.82 171.7 -
System Red Green Blue C M Y K H S L
Decimal 242 152 168 0 0.37 0.31 0.05 349.33 0.78 0.77
Hex F2 98 A8 0 25 1F 5 15D 4E 4D
Octal 362 230 250 0 45 37 5 535 116 115
Binary 11110010 10011000 10101000 0 100101 11111 101 101011101 1001110 1001101

Color Harmonies of #F298A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F298A8

Black with #F298A8

Text Example


Text Example

White with #F298A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F298A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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