Html Css Color HEX #FF7BDC Pale Magenta

📋 copy color: '#FF7BDC'

red 255 ◦ green 123 ◦ blue 220

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

Shades of Pale Magenta #FF7BDC

Tints of Pale Magenta #FF7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.57%

 BLUE value IS 220 (86.33% from 255) = 36.79%

R = 42.64%
G = 20.57%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF7BDC (or 0xFF7BDC) is known color: Pale Magenta. HEX triplet: FF, 7B and DC. RGB value is (255,123,220). Sum of RGB (Red+Green+Blue) = 255+123+220=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 123 (48.44% from 255 or 20.57% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BDC is #008423. Grayscale: #ADADAD. Windows color (decimal): -33828 or 14449663. OLE color: 14449663.

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

Color convert

RGB 255 123 220 -
CMYK 0 0.52 0.14 0
HSL 315.91º 1% 0.74% -
HSV(B) 315.91º 0.52% 1% -
XYZ 61.24 40.59 72.32 -
YUV 173.53 154.23 186.11 -
System Red Green Blue C M Y K H S L
Decimal 255 123 220 0 0.52 0.14 0 315.91 1 0.74
Hex FF 7B DC 0 34 E 0 13C 64 4A
Octal 377 173 334 0 64 16 0 474 144 112
Binary 11111111 1111011 11011100 0 110100 1110 0 100111100 1100100 1001010

Color Harmonies of #FF7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7BDC

Black with #FF7BDC

Text Example


Text Example

White with #FF7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7BDC; }

 p { color: rgb(255,123,220); }

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

background-color css

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

 a { background-color: rgb(255,123,220); }

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

border-color css

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

 span { border-color: rgb(255,123,220); }

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