Html Css Color HEX #F28BAD Mauvelous

📋 copy color: '#F28BAD'

red 242 ◦ green 139 ◦ blue 173

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

Shades of Mauvelous #F28BAD

Tints of Mauvelous #F28BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.23%

R = 43.68%
G = 25.09%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F28BAD (or 0xF28BAD) is known color: Mauvelous. HEX triplet: F2, 8B and AD. RGB value is (242,139,173). Sum of RGB (Red+Green+Blue) = 242+139+173=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BAD is #0D7452. Grayscale: #ADADAD. Windows color (decimal): -881747 or 11373554. OLE color: 11373554.

HSL color Cylindrical-coordinate representation of color #F28BAD: hue angle of 340.19º 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 #F28BAD is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 139 173 -
CMYK 0 0.43 0.29 0.05
HSL 340.19º 0.8% 0.75% -
HSV(B) 340.19º 0.43% 0.95% -
XYZ 53.39 40.36 44.51 -
YUV 173.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 242 139 173 0 0.43 0.29 0.05 340.19 0.8 0.75
Hex F2 8B AD 0 2B 1D 5 154 50 4B
Octal 362 213 255 0 53 35 5 524 120 113
Binary 11110010 10001011 10101101 0 101011 11101 101 101010100 1010000 1001011

Color Harmonies of #F28BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28BAD

Black with #F28BAD

Text Example


Text Example

White with #F28BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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