Html Css Color HEX #FB7FE0 Pale Magenta

📋 copy color: '#FB7FE0'

red 251 ◦ green 127 ◦ blue 224

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

Shades of Pale Magenta #FB7FE0

Tints of Pale Magenta #FB7FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.21%

R = 41.69%
G = 21.1%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FB7FE0 (or 0xFB7FE0) is known color: Pale Magenta. HEX triplet: FB, 7F and E0. RGB value is (251,127,224). Sum of RGB (Red+Green+Blue) = 251+127+224=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7FE0 is #04801F. Grayscale: #AEAEAE. Windows color (decimal): -294944 or 14712827. OLE color: 14712827.

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

Color convert

RGB 251 127 224 -
CMYK 0 0.49 0.11 0.02
HSL 313.06º 0.94% 0.74% -
HSV(B) 313.06º 0.49% 0.98% -
XYZ 60.83 41.07 75.24 -
YUV 175.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 251 127 224 0 0.49 0.11 0.02 313.06 0.94 0.74
Hex FB 7F E0 0 31 B 2 139 5E 4A
Octal 373 177 340 0 61 13 2 471 136 112
Binary 11111011 1111111 11100000 0 110001 1011 10 100111001 1011110 1001010

Color Harmonies of #FB7FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7FE0

Black with #FB7FE0

Text Example


Text Example

White with #FB7FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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