Html Css Color HEX #FF7CED Pale Magenta

📋 copy color: '#FF7CED'

red 255 ◦ green 124 ◦ blue 237

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

Shades of Pale Magenta #FF7CED

Tints of Pale Magenta #FF7CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.47%

R = 41.4%
G = 20.13%
B = 38.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF7CED (or 0xFF7CED) is known color: Pale Magenta. HEX triplet: FF, 7C and ED. RGB value is (255,124,237). Sum of RGB (Red+Green+Blue) = 255+124+237=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7CED is #008312. Grayscale: #AFAFAF. Windows color (decimal): -33555 or 15564031. OLE color: 15564031.

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

Color convert

RGB 255 124 237 -
CMYK 0 0.51 0.07 0
HSL 308.24º 1% 0.74% -
HSV(B) 308.24º 0.51% 1% -
XYZ 63.73 41.79 84.83 -
YUV 176.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 255 124 237 0 0.51 0.07 0 308.24 1 0.74
Hex FF 7C ED 0 33 7 0 134 64 4A
Octal 377 174 355 0 63 7 0 464 144 112
Binary 11111111 1111100 11101101 0 110011 111 0 100110100 1100100 1001010

Color Harmonies of #FF7CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7CED

Black with #FF7CED

Text Example


Text Example

White with #FF7CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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