Html Css Color HEX #FF8FE0 Pale Magenta

📋 copy color: '#FF8FE0'

red 255 ◦ green 143 ◦ blue 224

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

Shades of Pale Magenta #FF8FE0

Tints of Pale Magenta #FF8FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.01%

R = 41%
G = 22.99%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF8FE0 (or 0xFF8FE0) is known color: Pale Magenta. HEX triplet: FF, 8F and E0. RGB value is (255,143,224). Sum of RGB (Red+Green+Blue) = 255+143+224=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 143 (56.25% from 255 or 22.99% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FE0 is #00701F. Grayscale: #B9B9B9. Windows color (decimal): -28704 or 14716927. OLE color: 14716927.

HSL color Cylindrical-coordinate representation of color #FF8FE0: hue angle of 316.61º 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 #FF8FE0 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 255 143 224 -
CMYK 0 0.44 0.12 0
HSL 316.61º 1% 0.78% -
HSV(B) 316.61º 0.44% 1% -
XYZ 64.52 46.29 76.05 -
YUV 185.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 255 143 224 0 0.44 0.12 0 316.61 1 0.78
Hex FF 8F E0 0 2C C 0 13D 64 4E
Octal 377 217 340 0 54 14 0 475 144 116
Binary 11111111 10001111 11100000 0 101100 1100 0 100111101 1100100 1001110

Color Harmonies of #FF8FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8FE0

Black with #FF8FE0

Text Example


Text Example

White with #FF8FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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