Html Css Color HEX #F890A8 Mauvelous

📋 copy color: '#F890A8'

red 248 ◦ green 144 ◦ blue 168

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

Shades of Mauvelous #F890A8

Tints of Mauvelous #F890A8

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.71%

 BLUE value IS 168 (66.02% from 255) = 30%

R = 44.29%
G = 25.71%
B = 30%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F890A8 (or 0xF890A8) is known color: Mauvelous. HEX triplet: F8, 90 and A8. RGB value is (248,144,168). Sum of RGB (Red+Green+Blue) = 248+144+168=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F890A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F890A8 is #076F57. Grayscale: #B1B1B1. Windows color (decimal): -487256 or 11047160. OLE color: 11047160.

HSL color Cylindrical-coordinate representation of color #F890A8: hue angle of 346.15º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F890A8 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 144 168 -
CMYK 0 0.42 0.32 0.03
HSL 346.15º 0.88% 0.77% -
HSV(B) 346.15º 0.42% 0.97% -
XYZ 55.75 42.73 42.36 -
YUV 177.83 122.46 178.05 -
System Red Green Blue C M Y K H S L
Decimal 248 144 168 0 0.42 0.32 0.03 346.15 0.88 0.77
Hex F8 90 A8 0 2A 20 3 15A 58 4D
Octal 370 220 250 0 52 40 3 532 130 115
Binary 11111000 10010000 10101000 0 101010 100000 11 101011010 1011000 1001101

Color Harmonies of #F890A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F890A8

Black with #F890A8

Text Example


Text Example

White with #F890A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F890A8; }

 p { color: rgb(248,144,168); }

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

background-color css

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

 a { background-color: rgb(248,144,168); }

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

border-color css

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

 span { border-color: rgb(248,144,168); }

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