Html Css Color HEX #FF7BDF Pale Magenta

📋 copy color: '#FF7BDF'

red 255 ◦ green 123 ◦ blue 223

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

Shades of Pale Magenta #FF7BDF

Tints of Pale Magenta #FF7BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.1%

R = 42.43%
G = 20.47%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF7BDF (or 0xFF7BDF) is known color: Pale Magenta. HEX triplet: FF, 7B and DF. RGB value is (255,123,223). Sum of RGB (Red+Green+Blue) = 255+123+223=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 123 (48.44% from 255 or 20.47% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BDF is #008420. Grayscale: #ADADAD. Windows color (decimal): -33825 or 14646271. OLE color: 14646271.

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

Color convert

RGB 255 123 223 -
CMYK 0 0.52 0.13 0
HSL 314.55º 1% 0.74% -
HSV(B) 314.55º 0.52% 1% -
XYZ 61.64 40.75 74.43 -
YUV 173.87 155.73 185.87 -
System Red Green Blue C M Y K H S L
Decimal 255 123 223 0 0.52 0.13 0 314.55 1 0.74
Hex FF 7B DF 0 34 D 0 13B 64 4A
Octal 377 173 337 0 64 15 0 473 144 112
Binary 11111111 1111011 11011111 0 110100 1101 0 100111011 1100100 1001010

Color Harmonies of #FF7BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7BDF

Black with #FF7BDF

Text Example


Text Example

White with #FF7BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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