Html Css Color HEX #FB7FEF Pale Magenta

📋 copy color: '#FB7FEF'

red 251 ◦ green 127 ◦ blue 239

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

Shades of Pale Magenta #FB7FEF

Tints of Pale Magenta #FB7FEF

RGB

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

 GREEN value IS 127 (50% from 255) = 20.58%

 BLUE value IS 239 (93.75% from 255) = 38.74%

R = 40.68%
G = 20.58%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB7FEF (or 0xFB7FEF) is known color: Pale Magenta. HEX triplet: FB, 7F and EF. RGB value is (251,127,239). Sum of RGB (Red+Green+Blue) = 251+127+239=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 127 (50% from 255 or 20.58% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7FEF is #048010. Grayscale: #B0B0B0. Windows color (decimal): -294929 or 15695867. OLE color: 15695867.

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

Color convert

RGB 251 127 239 -
CMYK 0 0.49 0.05 0.02
HSL 305.81º 0.94% 0.74% -
HSV(B) 305.81º 0.49% 0.98% -
XYZ 62.95 41.92 86.43 -
YUV 176.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 251 127 239 0 0.49 0.05 0.02 305.81 0.94 0.74
Hex FB 7F EF 0 31 5 2 132 5E 4A
Octal 373 177 357 0 61 5 2 462 136 112
Binary 11111011 1111111 11101111 0 110001 101 10 100110010 1011110 1001010

Color Harmonies of #FB7FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7FEF

Black with #FB7FEF

Text Example


Text Example

White with #FB7FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7FEF; }

 p { color: rgb(251,127,239); }

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

background-color css

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

 a { background-color: rgb(251,127,239); }

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

border-color css

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

 span { border-color: rgb(251,127,239); }

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