Html Css Color HEX #F287AA Mauvelous

📋 copy color: '#F287AA'

red 242 ◦ green 135 ◦ blue 170

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

Shades of Mauvelous #F287AA

Tints of Mauvelous #F287AA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.68%

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

R = 44.24%
G = 24.68%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F287AA (or 0xF287AA) is known color: Mauvelous. HEX triplet: F2, 87 and AA. RGB value is (242,135,170). Sum of RGB (Red+Green+Blue) = 242+135+170=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F287AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F287AA is #0D7855. Grayscale: #AAAAAA. Windows color (decimal): -882774 or 11175922. OLE color: 11175922.

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

Color convert

RGB 242 135 170 -
CMYK 0 0.44 0.30 0.05
HSL 340.37º 0.8% 0.74% -
HSV(B) 340.37º 0.44% 0.95% -
XYZ 52.54 39.11 42.81 -
YUV 170.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 242 135 170 0 0.44 0.30 0.05 340.37 0.8 0.74
Hex F2 87 AA 0 2C 1E 5 154 50 4A
Octal 362 207 252 0 54 36 5 524 120 112
Binary 11110010 10000111 10101010 0 101100 11110 101 101010100 1010000 1001010

Color Harmonies of #F287AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F287AA

Black with #F287AA

Text Example


Text Example

White with #F287AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F287AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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