Html Css Color HEX #F28DAE Mauvelous

📋 copy color: '#F28DAE'

red 242 ◦ green 141 ◦ blue 174

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

Shades of Mauvelous #F28DAE

Tints of Mauvelous #F28DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.31%

 BLUE value IS 174 (68.36% from 255) = 31.24%

R = 43.45%
G = 25.31%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F28DAE (or 0xF28DAE) is known color: Mauvelous. HEX triplet: F2, 8D and AE. RGB value is (242,141,174). Sum of RGB (Red+Green+Blue) = 242+141+174=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28DAE is #0D7251. Grayscale: #AEAEAE. Windows color (decimal): -881234 or 11439602. OLE color: 11439602.

HSL color Cylindrical-coordinate representation of color #F28DAE: hue angle of 340.4º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28DAE is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 141 174 -
CMYK 0 0.42 0.28 0.05
HSL 340.4º 0.8% 0.75% -
HSV(B) 340.4º 0.42% 0.95% -
XYZ 53.78 40.98 45.12 -
YUV 174.96 127.46 175.82 -
System Red Green Blue C M Y K H S L
Decimal 242 141 174 0 0.42 0.28 0.05 340.4 0.8 0.75
Hex F2 8D AE 0 2A 1C 5 154 50 4B
Octal 362 215 256 0 52 34 5 524 120 113
Binary 11110010 10001101 10101110 0 101010 11100 101 101010100 1010000 1001011

Color Harmonies of #F28DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28DAE

Black with #F28DAE

Text Example


Text Example

White with #F28DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28DAE; }

 p { color: rgb(242,141,174); }

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

background-color css

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

 a { background-color: rgb(242,141,174); }

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

border-color css

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

 span { border-color: rgb(242,141,174); }

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