Html Css Color HEX #F88CA7 Mauvelous

📋 copy color: '#F88CA7'

red 248 ◦ green 140 ◦ blue 167

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

Shades of Mauvelous #F88CA7

Tints of Mauvelous #F88CA7

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.23%

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

R = 44.68%
G = 25.23%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F88CA7 (or 0xF88CA7) is known color: Mauvelous. HEX triplet: F8, 8C and A7. RGB value is (248,140,167). Sum of RGB (Red+Green+Blue) = 248+140+167=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88CA7 is #077358. Grayscale: #AFAFAF. Windows color (decimal): -488281 or 10980600. OLE color: 10980600.

HSL color Cylindrical-coordinate representation of color #F88CA7: hue angle of 345º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88CA7 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 140 167 -
CMYK 0 0.44 0.33 0.03
HSL 345º 0.89% 0.76% -
HSV(B) 345º 0.44% 0.97% -
XYZ 55.06 41.5 41.67 -
YUV 175.37 123.28 179.8 -
System Red Green Blue C M Y K H S L
Decimal 248 140 167 0 0.44 0.33 0.03 345 0.89 0.76
Hex F8 8C A7 0 2C 21 3 159 59 4C
Octal 370 214 247 0 54 41 3 531 131 114
Binary 11111000 10001100 10100111 0 101100 100001 11 101011001 1011001 1001100

Color Harmonies of #F88CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88CA7

Black with #F88CA7

Text Example


Text Example

White with #F88CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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