Html Css Color HEX #FF8CEF Pale Magenta

📋 copy color: '#FF8CEF'

red 255 ◦ green 140 ◦ blue 239

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

Shades of Pale Magenta #FF8CEF

Tints of Pale Magenta #FF8CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.7%

R = 40.22%
G = 22.08%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF8CEF (or 0xFF8CEF) is known color: Pale Magenta. HEX triplet: FF, 8C and EF. RGB value is (255,140,239). Sum of RGB (Red+Green+Blue) = 255+140+239=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 140 (55.08% from 255 or 22.08% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8CEF is #007310. Grayscale: #B9B9B9. Windows color (decimal): -29457 or 15699199. OLE color: 15699199.

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

Color convert

RGB 255 140 239 -
CMYK 0 0.45 0.06 0
HSL 308.35º 1% 0.77% -
HSV(B) 308.35º 0.45% 1% -
XYZ 66.2 46.25 87.1 -
YUV 185.67 158.1 177.45 -
System Red Green Blue C M Y K H S L
Decimal 255 140 239 0 0.45 0.06 0 308.35 1 0.77
Hex FF 8C EF 0 2D 6 0 134 64 4D
Octal 377 214 357 0 55 6 0 464 144 115
Binary 11111111 10001100 11101111 0 101101 110 0 100110100 1100100 1001101

Color Harmonies of #FF8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8CEF

Black with #FF8CEF

Text Example


Text Example

White with #FF8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8CEF; }

 p { color: rgb(255,140,239); }

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

background-color css

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

 a { background-color: rgb(255,140,239); }

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

border-color css

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

 span { border-color: rgb(255,140,239); }

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