Html Css Color HEX #FB7FF1 Pale Magenta

📋 copy color: '#FB7FF1'

red 251 ◦ green 127 ◦ blue 241

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

Shades of Pale Magenta #FB7FF1

Tints of Pale Magenta #FB7FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.93%

R = 40.55%
G = 20.52%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB7FF1 (or 0xFB7FF1) is known color: Pale Magenta. HEX triplet: FB, 7F and F1. RGB value is (251,127,241). Sum of RGB (Red+Green+Blue) = 251+127+241=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 127 (50% from 255 or 20.52% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7FF1 is #04800E. Grayscale: #B0B0B0. Windows color (decimal): -294927 or 15826939. OLE color: 15826939.

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

Color convert

RGB 251 127 241 -
CMYK 0 0.49 0.04 0.02
HSL 304.84º 0.94% 0.74% -
HSV(B) 304.84º 0.49% 0.98% -
XYZ 63.25 42.04 88 -
YUV 177.07 164.08 180.73 -
System Red Green Blue C M Y K H S L
Decimal 251 127 241 0 0.49 0.04 0.02 304.84 0.94 0.74
Hex FB 7F F1 0 31 4 2 131 5E 4A
Octal 373 177 361 0 61 4 2 461 136 112
Binary 11111011 1111111 11110001 0 110001 100 10 100110001 1011110 1001010

Color Harmonies of #FB7FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7FF1

Black with #FB7FF1

Text Example


Text Example

White with #FB7FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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