Html Css Color HEX #FB71E5 Pale Magenta

📋 copy color: '#FB71E5'

red 251 ◦ green 113 ◦ blue 229

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

Shades of Pale Magenta #FB71E5

Tints of Pale Magenta #FB71E5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.06%

 BLUE value IS 229 (89.84% from 255) = 38.62%

R = 42.33%
G = 19.06%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB71E5 (or 0xFB71E5) is known color: Pale Magenta. HEX triplet: FB, 71 and E5. RGB value is (251,113,229). Sum of RGB (Red+Green+Blue) = 251+113+229=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 113 (44.53% from 255 or 19.06% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB71E5 is #048E1A. Grayscale: #A7A7A7. Windows color (decimal): -298523 or 15036923. OLE color: 15036923.

HSL color Cylindrical-coordinate representation of color #FB71E5: hue angle of 309.57º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB71E5 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 113 229 -
CMYK 0 0.55 0.09 0.02
HSL 309.57º 0.95% 0.71% -
HSV(B) 309.57º 0.55% 0.98% -
XYZ 59.83 37.98 78.31 -
YUV 167.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 251 113 229 0 0.55 0.09 0.02 309.57 0.95 0.71
Hex FB 71 E5 0 37 9 2 136 5F 47
Octal 373 161 345 0 67 11 2 466 137 107
Binary 11111011 1110001 11100101 0 110111 1001 10 100110110 1011111 1000111

Color Harmonies of #FB71E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB71E5

Black with #FB71E5

Text Example


Text Example

White with #FB71E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB71E5; }

 p { color: rgb(251,113,229); }

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

background-color css

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

 a { background-color: rgb(251,113,229); }

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

border-color css

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

 span { border-color: rgb(251,113,229); }

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