Html Css Color HEX #F28FAC Mauvelous

📋 copy color: '#F28FAC'

red 242 ◦ green 143 ◦ blue 172

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

Shades of Mauvelous #F28FAC

Tints of Mauvelous #F28FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.67%

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

R = 43.45%
G = 25.67%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F28FAC (or 0xF28FAC) is known color: Mauvelous. HEX triplet: F2, 8F and AC. RGB value is (242,143,172). Sum of RGB (Red+Green+Blue) = 242+143+172=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28FAC is #0D7053. Grayscale: #AFAFAF. Windows color (decimal): -880724 or 11309042. OLE color: 11309042.

HSL color Cylindrical-coordinate representation of color #F28FAC: hue angle of 342.42º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28FAC is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 143 172 -
CMYK 0 0.41 0.29 0.05
HSL 342.42º 0.79% 0.75% -
HSV(B) 342.42º 0.41% 0.95% -
XYZ 53.89 41.5 44.2 -
YUV 175.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 242 143 172 0 0.41 0.29 0.05 342.42 0.79 0.75
Hex F2 8F AC 0 29 1D 5 156 4F 4B
Octal 362 217 254 0 51 35 5 526 117 113
Binary 11110010 10001111 10101100 0 101001 11101 101 101010110 1001111 1001011

Color Harmonies of #F28FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28FAC

Black with #F28FAC

Text Example


Text Example

White with #F28FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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