Html Css Color HEX #F896A7 Mauvelous

📋 copy color: '#F896A7'

red 248 ◦ green 150 ◦ blue 167

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

Shades of Mauvelous #F896A7

Tints of Mauvelous #F896A7

RGB

 RED value IS 248 (97.27% from 255) = 43.89%

 GREEN value IS 150 (58.98% from 255) = 26.55%

 BLUE value IS 167 (65.63% from 255) = 29.56%

R = 43.89%
G = 26.55%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F896A7 (or 0xF896A7) is known color: Mauvelous. HEX triplet: F8, 96 and A7. RGB value is (248,150,167). Sum of RGB (Red+Green+Blue) = 248+150+167=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F896A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F896A7 is #076958. Grayscale: #B5B5B5. Windows color (decimal): -485721 or 10983160. OLE color: 10983160.

HSL color Cylindrical-coordinate representation of color #F896A7: hue angle of 349.59º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F896A7 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 150 167 -
CMYK 0 0.40 0.33 0.03
HSL 349.59º 0.88% 0.78% -
HSV(B) 349.59º 0.4% 0.97% -
XYZ 56.59 44.56 42.18 -
YUV 181.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 248 150 167 0 0.40 0.33 0.03 349.59 0.88 0.78
Hex F8 96 A7 0 28 21 3 15E 58 4E
Octal 370 226 247 0 50 41 3 536 130 116
Binary 11111000 10010110 10100111 0 101000 100001 11 101011110 1011000 1001110

Color Harmonies of #F896A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F896A7

Black with #F896A7

Text Example


Text Example

White with #F896A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F896A7; }

 p { color: rgb(248,150,167); }

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

background-color css

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

 a { background-color: rgb(248,150,167); }

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

border-color css

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

 span { border-color: rgb(248,150,167); }

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