Html Css Color HEX #F297A8 Mauvelous

📋 copy color: '#F297A8'

red 242 ◦ green 151 ◦ blue 168

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

Shades of Mauvelous #F297A8

Tints of Mauvelous #F297A8

RGB

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

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

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

R = 43.14%
G = 26.92%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F297A8 (or 0xF297A8) is known color: Mauvelous. HEX triplet: F2, 97 and A8. RGB value is (242,151,168). Sum of RGB (Red+Green+Blue) = 242+151+168=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F297A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F297A8 is #0D6857. Grayscale: #B4B4B4. Windows color (decimal): -878680 or 11048946. OLE color: 11048946.

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

Color convert

RGB 242 151 168 -
CMYK 0 0.38 0.31 0.05
HSL 348.79º 0.78% 0.77% -
HSV(B) 348.79º 0.38% 0.95% -
XYZ 54.75 43.84 42.62 -
YUV 180.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 242 151 168 0 0.38 0.31 0.05 348.79 0.78 0.77
Hex F2 97 A8 0 26 1F 5 15D 4E 4D
Octal 362 227 250 0 46 37 5 535 116 115
Binary 11110010 10010111 10101000 0 100110 11111 101 101011101 1001110 1001101

Color Harmonies of #F297A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F297A8

Black with #F297A8

Text Example


Text Example

White with #F297A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F297A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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