Html Css Color HEX #FF7CEF Pale Magenta

📋 copy color: '#FF7CEF'

red 255 ◦ green 124 ◦ blue 239

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

Shades of Pale Magenta #FF7CEF

Tints of Pale Magenta #FF7CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.06%

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

R = 41.26%
G = 20.06%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF7CEF (or 0xFF7CEF) is known color: Pale Magenta. HEX triplet: FF, 7C and EF. RGB value is (255,124,239). Sum of RGB (Red+Green+Blue) = 255+124+239=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 124 (48.83% from 255 or 20.06% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7CEF is #008310. Grayscale: #AFAFAF. Windows color (decimal): -33553 or 15695103. OLE color: 15695103.

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

Color convert

RGB 255 124 239 -
CMYK 0 0.51 0.06 0
HSL 307.33º 1% 0.74% -
HSV(B) 307.33º 0.51% 1% -
XYZ 64.03 41.91 86.38 -
YUV 176.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 255 124 239 0 0.51 0.06 0 307.33 1 0.74
Hex FF 7C EF 0 33 6 0 133 64 4A
Octal 377 174 357 0 63 6 0 463 144 112
Binary 11111111 1111100 11101111 0 110011 110 0 100110011 1100100 1001010

Color Harmonies of #FF7CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7CEF

Black with #FF7CEF

Text Example


Text Example

White with #FF7CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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