Html Css Color HEX #F29FFD Mauve

📋 copy color: '#F29FFD'

red 242 ◦ green 159 ◦ blue 253

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

Shades of Mauve #F29FFD

Tints of Mauve #F29FFD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.31%

 BLUE value IS 253 (99.22% from 255) = 38.69%

R = 37%
G = 24.31%
B = 38.69%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F29FFD (or 0xF29FFD) is known color: Mauve. HEX triplet: F2, 9F and FD. RGB value is (242,159,253). Sum of RGB (Red+Green+Blue) = 242+159+253=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 159 (62.5% from 255 or 24.31% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #F29FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FFD is #0D6002. Grayscale: #C2C2C2. Windows color (decimal): -876547 or 16621554. OLE color: 16621554.

HSL color Cylindrical-coordinate representation of color #F29FFD: hue angle of 292.98º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F29FFD is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 159 253 -
CMYK 0.04 0.37 0 0.01
HSL 292.98º 0.96% 0.81% -
HSV(B) 292.98º 0.37% 0.99% -
XYZ 66.75 50.77 99.21 -
YUV 194.53 161 161.86 -
System Red Green Blue C M Y K H S L
Decimal 242 159 253 0.04 0.37 0 0.01 292.98 0.96 0.81
Hex F2 9F FD 4 25 0 1 125 60 51
Octal 362 237 375 4 45 0 1 445 140 121
Binary 11110010 10011111 11111101 100 100101 0 1 100100101 1100000 1010001

Color Harmonies of #F29FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29FFD

Black with #F29FFD

Text Example


Text Example

White with #F29FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29FFD; }

 p { color: rgb(242,159,253); }

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

background-color css

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

 a { background-color: rgb(242,159,253); }

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

border-color css

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

 span { border-color: rgb(242,159,253); }

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