Html Css Color HEX #FF8FEA Pale Magenta

📋 copy color: '#FF8FEA'

red 255 ◦ green 143 ◦ blue 234

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

Shades of Pale Magenta #FF8FEA

Tints of Pale Magenta #FF8FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.03%

R = 40.35%
G = 22.63%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF8FEA (or 0xFF8FEA) is known color: Pale Magenta. HEX triplet: FF, 8F and EA. RGB value is (255,143,234). Sum of RGB (Red+Green+Blue) = 255+143+234=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 143 (56.25% from 255 or 22.63% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8FEA is #007015. Grayscale: #BABABA. Windows color (decimal): -28694 or 15372287. OLE color: 15372287.

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

Color convert

RGB 255 143 234 -
CMYK 0 0.44 0.08 0
HSL 311.25º 1% 0.78% -
HSV(B) 311.25º 0.44% 1% -
XYZ 65.91 46.85 83.41 -
YUV 186.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 255 143 234 0 0.44 0.08 0 311.25 1 0.78
Hex FF 8F EA 0 2C 8 0 137 64 4E
Octal 377 217 352 0 54 10 0 467 144 116
Binary 11111111 10001111 11101010 0 101100 1000 0 100110111 1100100 1001110

Color Harmonies of #FF8FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8FEA

Black with #FF8FEA

Text Example


Text Example

White with #FF8FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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