Html Css Color HEX #F288AA Mauvelous

📋 copy color: '#F288AA'

red 242 ◦ green 136 ◦ blue 170

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

Shades of Mauvelous #F288AA

Tints of Mauvelous #F288AA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.82%

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

R = 44.16%
G = 24.82%
B = 31.02%

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

#F288AA (or 0xF288AA) is known color: Mauvelous. HEX triplet: F2, 88 and AA. RGB value is (242,136,170). Sum of RGB (Red+Green+Blue) = 242+136+170=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F288AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F288AA is #0D7755. Grayscale: #ABABAB. Windows color (decimal): -882518 or 11176178. OLE color: 11176178.

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

Color convert

RGB 242 136 170 -
CMYK 0 0.44 0.30 0.05
HSL 340.75º 0.8% 0.74% -
HSV(B) 340.75º 0.44% 0.95% -
XYZ 52.68 39.39 42.86 -
YUV 171.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 242 136 170 0 0.44 0.30 0.05 340.75 0.8 0.74
Hex F2 88 AA 0 2C 1E 5 155 50 4A
Octal 362 210 252 0 54 36 5 525 120 112
Binary 11110010 10001000 10101010 0 101100 11110 101 101010101 1010000 1001010

Color Harmonies of #F288AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F288AA

Black with #F288AA

Text Example


Text Example

White with #F288AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F288AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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