Html Css Color HEX #FB7DF0 Pale Magenta

📋 copy color: '#FB7DF0'

red 251 ◦ green 125 ◦ blue 240

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

Shades of Pale Magenta #FB7DF0

Tints of Pale Magenta #FB7DF0

RGB

 RED value IS 251 (98.44% from 255) = 40.75%

 GREEN value IS 125 (49.22% from 255) = 20.29%

 BLUE value IS 240 (94.14% from 255) = 38.96%

R = 40.75%
G = 20.29%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB7DF0 (or 0xFB7DF0) is known color: Pale Magenta. HEX triplet: FB, 7D and F0. RGB value is (251,125,240). Sum of RGB (Red+Green+Blue) = 251+125+240=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 125 (49.22% from 255 or 20.29% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7DF0 is #04820F. Grayscale: #AFAFAF. Windows color (decimal): -295440 or 15760891. OLE color: 15760891.

HSL color Cylindrical-coordinate representation of color #FB7DF0: hue angle of 305.24º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7DF0 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 125 240 -
CMYK 0 0.50 0.04 0.02
HSL 305.24º 0.94% 0.74% -
HSV(B) 305.24º 0.5% 0.98% -
XYZ 62.85 41.47 87.13 -
YUV 175.78 164.24 181.65 -
System Red Green Blue C M Y K H S L
Decimal 251 125 240 0 0.50 0.04 0.02 305.24 0.94 0.74
Hex FB 7D F0 0 32 4 2 131 5E 4A
Octal 373 175 360 0 62 4 2 461 136 112
Binary 11111011 1111101 11110000 0 110010 100 10 100110001 1011110 1001010

Color Harmonies of #FB7DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7DF0

Black with #FB7DF0

Text Example


Text Example

White with #FB7DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7DF0; }

 p { color: rgb(251,125,240); }

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

background-color css

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

 a { background-color: rgb(251,125,240); }

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

border-color css

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

 span { border-color: rgb(251,125,240); }

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