Html Css Color HEX #F095A8 Mauvelous

📋 copy color: '#F095A8'

red 240 ◦ green 149 ◦ blue 168

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

Shades of Mauvelous #F095A8

Tints of Mauvelous #F095A8

RGB

 RED value IS 240 (94.14% from 255) = 43.09%

 GREEN value IS 149 (58.59% from 255) = 26.75%

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

R = 43.09%
G = 26.75%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F095A8 (or 0xF095A8) is known color: Mauvelous. HEX triplet: F0, 95 and A8. RGB value is (240,149,168). Sum of RGB (Red+Green+Blue) = 240+149+168=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F095A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F095A8 is #0F6A57. Grayscale: #B2B2B2. Windows color (decimal): -1010264 or 11048432. OLE color: 11048432.

HSL color Cylindrical-coordinate representation of color #F095A8: hue angle of 347.47º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F095A8 is Cyan = 0, Magento = 0.38, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 168 -
CMYK 0 0.38 0.3 0.06
HSL 347.47º 0.75% 0.76% -
HSV(B) 347.47º 0.38% 0.94% -
XYZ 53.75 42.85 42.48 -
YUV 178.38 122.15 171.96 -
System Red Green Blue C M Y K H S L
Decimal 240 149 168 0 0.38 0.3 0.06 347.47 0.75 0.76
Hex F0 95 A8 0 26 1E 6 15B 4B 4C
Octal 360 225 250 0 46 36 6 533 113 114
Binary 11110000 10010101 10101000 0 100110 11110 110 101011011 1001011 1001100

Color Harmonies of #F095A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095A8

Black with #F095A8

Text Example


Text Example

White with #F095A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095A8; }

 p { color: rgb(240,149,168); }

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

background-color css

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

 a { background-color: rgb(240,149,168); }

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

border-color css

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

 span { border-color: rgb(240,149,168); }

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