Html Css Color HEX #F294A8 Mauvelous

📋 copy color: '#F294A8'

red 242 ◦ green 148 ◦ blue 168

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

Shades of Mauvelous #F294A8

Tints of Mauvelous #F294A8

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.52%

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

R = 43.37%
G = 26.52%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F294A8 (or 0xF294A8) is known color: Mauvelous. HEX triplet: F2, 94 and A8. RGB value is (242,148,168). Sum of RGB (Red+Green+Blue) = 242+148+168=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F294A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F294A8 is #0D6B57. Grayscale: #B2B2B2. Windows color (decimal): -879448 or 11048178. OLE color: 11048178.

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

Color convert

RGB 242 148 168 -
CMYK 0 0.39 0.31 0.05
HSL 347.23º 0.78% 0.76% -
HSV(B) 347.23º 0.39% 0.95% -
XYZ 54.28 42.88 42.46 -
YUV 178.39 122.14 173.37 -
System Red Green Blue C M Y K H S L
Decimal 242 148 168 0 0.39 0.31 0.05 347.23 0.78 0.76
Hex F2 94 A8 0 27 1F 5 15B 4E 4C
Octal 362 224 250 0 47 37 5 533 116 114
Binary 11110010 10010100 10101000 0 100111 11111 101 101011011 1001110 1001100

Color Harmonies of #F294A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F294A8

Black with #F294A8

Text Example


Text Example

White with #F294A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F294A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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