Html Css Color HEX #FB7FE2 Pale Magenta

📋 copy color: '#FB7FE2'

red 251 ◦ green 127 ◦ blue 226

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

Shades of Pale Magenta #FB7FE2

Tints of Pale Magenta #FB7FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.42%

R = 41.56%
G = 21.03%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB7FE2 (or 0xFB7FE2) is known color: Pale Magenta. HEX triplet: FB, 7F and E2. RGB value is (251,127,226). Sum of RGB (Red+Green+Blue) = 251+127+226=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 127 (50% from 255 or 21.03% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7FE2 is #04801D. Grayscale: #AFAFAF. Windows color (decimal): -294942 or 14843899. OLE color: 14843899.

HSL color Cylindrical-coordinate representation of color #FB7FE2: hue angle of 312.1º 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 #FB7FE2 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 127 226 -
CMYK 0 0.49 0.10 0.02
HSL 312.1º 0.94% 0.74% -
HSV(B) 312.1º 0.49% 0.98% -
XYZ 61.1 41.18 76.68 -
YUV 175.36 156.58 181.95 -
System Red Green Blue C M Y K H S L
Decimal 251 127 226 0 0.49 0.10 0.02 312.1 0.94 0.74
Hex FB 7F E2 0 31 A 2 138 5E 4A
Octal 373 177 342 0 61 12 2 470 136 112
Binary 11111011 1111111 11100010 0 110001 1010 10 100111000 1011110 1001010

Color Harmonies of #FB7FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7FE2

Black with #FB7FE2

Text Example


Text Example

White with #FB7FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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