Html Css Color HEX #F28CAA Mauvelous

📋 copy color: '#F28CAA'

red 242 ◦ green 140 ◦ blue 170

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

Shades of Mauvelous #F28CAA

Tints of Mauvelous #F28CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.36%

 BLUE value IS 170 (66.8% from 255) = 30.8%

R = 43.84%
G = 25.36%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F28CAA (or 0xF28CAA) is known color: Mauvelous. HEX triplet: F2, 8C and AA. RGB value is (242,140,170). Sum of RGB (Red+Green+Blue) = 242+140+170=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28CAA is #0D7355. Grayscale: #ADADAD. Windows color (decimal): -881494 or 11177202. OLE color: 11177202.

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

Color convert

RGB 242 140 170 -
CMYK 0 0.42 0.30 0.05
HSL 342.35º 0.8% 0.75% -
HSV(B) 342.35º 0.42% 0.95% -
XYZ 53.25 40.54 43.05 -
YUV 173.92 125.79 176.56 -
System Red Green Blue C M Y K H S L
Decimal 242 140 170 0 0.42 0.30 0.05 342.35 0.8 0.75
Hex F2 8C AA 0 2A 1E 5 156 50 4B
Octal 362 214 252 0 52 36 5 526 120 113
Binary 11110010 10001100 10101010 0 101010 11110 101 101010110 1010000 1001011

Color Harmonies of #F28CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28CAA

Black with #F28CAA

Text Example


Text Example

White with #F28CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28CAA; }

 p { color: rgb(242,140,170); }

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

background-color css

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

 a { background-color: rgb(242,140,170); }

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

border-color css

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

 span { border-color: rgb(242,140,170); }

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