Html Css Color HEX #F289AA Mauvelous

📋 copy color: '#F289AA'

red 242 ◦ green 137 ◦ blue 170

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

Shades of Mauvelous #F289AA

Tints of Mauvelous #F289AA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.95%

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

R = 44.08%
G = 24.95%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F289AA (or 0xF289AA) is known color: Mauvelous. HEX triplet: F2, 89 and AA. RGB value is (242,137,170). Sum of RGB (Red+Green+Blue) = 242+137+170=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F289AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F289AA is #0D7655. Grayscale: #ACACAC. Windows color (decimal): -882262 or 11176434. OLE color: 11176434.

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

Color convert

RGB 242 137 170 -
CMYK 0 0.43 0.30 0.05
HSL 341.14º 0.8% 0.74% -
HSV(B) 341.14º 0.43% 0.95% -
XYZ 52.82 39.67 42.9 -
YUV 172.16 126.79 177.82 -
System Red Green Blue C M Y K H S L
Decimal 242 137 170 0 0.43 0.30 0.05 341.14 0.8 0.74
Hex F2 89 AA 0 2B 1E 5 155 50 4A
Octal 362 211 252 0 53 36 5 525 120 112
Binary 11110010 10001001 10101010 0 101011 11110 101 101010101 1010000 1001010

Color Harmonies of #F289AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289AA

Black with #F289AA

Text Example


Text Example

White with #F289AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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