Html Css Color HEX #F297A7 Mauvelous

📋 copy color: '#F297A7'

red 242 ◦ green 151 ◦ blue 167

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

Shades of Mauvelous #F297A7

Tints of Mauvelous #F297A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.82%

R = 43.21%
G = 26.96%
B = 29.82%

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

#F297A7 (or 0xF297A7) is known color: Mauvelous. HEX triplet: F2, 97 and A7. RGB value is (242,151,167). Sum of RGB (Red+Green+Blue) = 242+151+167=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 167 (65.62% from 255 or 29.82% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F297A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F297A7 is #0D6858. Grayscale: #B4B4B4. Windows color (decimal): -878681 or 10983410. OLE color: 10983410.

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

Color convert

RGB 242 151 167 -
CMYK 0 0.38 0.31 0.05
HSL 349.45º 0.78% 0.77% -
HSV(B) 349.45º 0.38% 0.95% -
XYZ 54.66 43.8 42.13 -
YUV 180.03 120.65 172.2 -
System Red Green Blue C M Y K H S L
Decimal 242 151 167 0 0.38 0.31 0.05 349.45 0.78 0.77
Hex F2 97 A7 0 26 1F 5 15D 4E 4D
Octal 362 227 247 0 46 37 5 535 116 115
Binary 11110010 10010111 10100111 0 100110 11111 101 101011101 1001110 1001101

Color Harmonies of #F297A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F297A7

Black with #F297A7

Text Example


Text Example

White with #F297A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F297A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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