Html Css Color HEX #FF7CDE Pale Magenta

📋 copy color: '#FF7CDE'

red 255 ◦ green 124 ◦ blue 222

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

Shades of Pale Magenta #FF7CDE

Tints of Pale Magenta #FF7CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.94%

R = 42.43%
G = 20.63%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF7CDE (or 0xFF7CDE) is known color: Pale Magenta. HEX triplet: FF, 7C and DE. RGB value is (255,124,222). Sum of RGB (Red+Green+Blue) = 255+124+222=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 124 (48.83% from 255 or 20.63% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CDE is #008321. Grayscale: #AEAEAE. Windows color (decimal): -33570 or 14580991. OLE color: 14580991.

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

Color convert

RGB 255 124 222 -
CMYK 0 0.51 0.13 0
HSL 315.11º 1% 0.74% -
HSV(B) 315.11º 0.51% 1% -
XYZ 61.63 40.95 73.76 -
YUV 174.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 255 124 222 0 0.51 0.13 0 315.11 1 0.74
Hex FF 7C DE 0 33 D 0 13B 64 4A
Octal 377 174 336 0 63 15 0 473 144 112
Binary 11111111 1111100 11011110 0 110011 1101 0 100111011 1100100 1001010

Color Harmonies of #FF7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7CDE

Black with #FF7CDE

Text Example


Text Example

White with #FF7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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