Html Css Color HEX #F288AC Mauvelous

📋 copy color: '#F288AC'

red 242 ◦ green 136 ◦ blue 172

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

Shades of Mauvelous #F288AC

Tints of Mauvelous #F288AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.27%

R = 44%
G = 24.73%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F288AC (or 0xF288AC) is known color: Mauvelous. HEX triplet: F2, 88 and AC. RGB value is (242,136,172). Sum of RGB (Red+Green+Blue) = 242+136+172=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F288AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F288AC is #0D7753. Grayscale: #ABABAB. Windows color (decimal): -882516 or 11307250. OLE color: 11307250.

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

Color convert

RGB 242 136 172 -
CMYK 0 0.44 0.29 0.05
HSL 339.62º 0.8% 0.74% -
HSV(B) 339.62º 0.44% 0.95% -
XYZ 52.87 39.46 43.86 -
YUV 171.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 242 136 172 0 0.44 0.29 0.05 339.62 0.8 0.74
Hex F2 88 AC 0 2C 1D 5 154 50 4A
Octal 362 210 254 0 54 35 5 524 120 112
Binary 11110010 10001000 10101100 0 101100 11101 101 101010100 1010000 1001010

Color Harmonies of #F288AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F288AC

Black with #F288AC

Text Example


Text Example

White with #F288AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F288AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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