Html Css Color HEX #FF8FAF Mauvelous

📋 copy color: '#FF8FAF'

red 255 ◦ green 143 ◦ blue 175

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

Shades of Mauvelous #FF8FAF

Tints of Mauvelous #FF8FAF

RGB

 RED value IS 255 (100% from 255) = 44.5%

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

 BLUE value IS 175 (68.75% from 255) = 30.54%

R = 44.5%
G = 24.96%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF8FAF (or 0xFF8FAF) is known color: Mauvelous. HEX triplet: FF, 8F and AF. RGB value is (255,143,175). Sum of RGB (Red+Green+Blue) = 255+143+175=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8FAF is #007050. Grayscale: #B4B4B4. Windows color (decimal): -28753 or 11505663. OLE color: 11505663.

HSL color Cylindrical-coordinate representation of color #FF8FAF: hue angle of 342.86º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FAF is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 143 175 -
CMYK 0 0.44 0.31 0
HSL 342.86º 1% 0.78% -
HSV(B) 342.86º 0.44% 1% -
XYZ 58.8 44 45.95 -
YUV 180.14 125.11 181.4 -
System Red Green Blue C M Y K H S L
Decimal 255 143 175 0 0.44 0.31 0 342.86 1 0.78
Hex FF 8F AF 0 2C 1F 0 157 64 4E
Octal 377 217 257 0 54 37 0 527 144 116
Binary 11111111 10001111 10101111 0 101100 11111 0 101010111 1100100 1001110

Color Harmonies of #FF8FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8FAF

Black with #FF8FAF

Text Example


Text Example

White with #FF8FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8FAF; }

 p { color: rgb(255,143,175); }

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

background-color css

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

 a { background-color: rgb(255,143,175); }

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

border-color css

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

 span { border-color: rgb(255,143,175); }

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