Html Css Color HEX #F28BAE Mauvelous

📋 copy color: '#F28BAE'

red 242 ◦ green 139 ◦ blue 174

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

Shades of Mauvelous #F28BAE

Tints of Mauvelous #F28BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.05%

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

R = 43.6%
G = 25.05%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F28BAE (or 0xF28BAE) is known color: Mauvelous. HEX triplet: F2, 8B and AE. RGB value is (242,139,174). Sum of RGB (Red+Green+Blue) = 242+139+174=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BAE is #0D7451. Grayscale: #ADADAD. Windows color (decimal): -881746 or 11439090. OLE color: 11439090.

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

Color convert

RGB 242 139 174 -
CMYK 0 0.43 0.28 0.05
HSL 339.61º 0.8% 0.75% -
HSV(B) 339.61º 0.43% 0.95% -
XYZ 53.49 40.4 45.02 -
YUV 173.79 128.12 176.65 -
System Red Green Blue C M Y K H S L
Decimal 242 139 174 0 0.43 0.28 0.05 339.61 0.8 0.75
Hex F2 8B AE 0 2B 1C 5 154 50 4B
Octal 362 213 256 0 53 34 5 524 120 113
Binary 11110010 10001011 10101110 0 101011 11100 101 101010100 1010000 1001011

Color Harmonies of #F28BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28BAE

Black with #F28BAE

Text Example


Text Example

White with #F28BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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