Html Css Color HEX #FB82F1 Pale Magenta

📋 copy color: '#FB82F1'

red 251 ◦ green 130 ◦ blue 241

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

Shades of Pale Magenta #FB82F1

Tints of Pale Magenta #FB82F1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 20.9%

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

R = 40.35%
G = 20.9%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB82F1 (or 0xFB82F1) is known color: Pale Magenta. HEX triplet: FB, 82 and F1. RGB value is (251,130,241). Sum of RGB (Red+Green+Blue) = 251+130+241=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 130 (51.17% from 255 or 20.90% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB82F1 is #047D0E. Grayscale: #B2B2B2. Windows color (decimal): -294159 or 15827707. OLE color: 15827707.

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

Color convert

RGB 251 130 241 -
CMYK 0 0.48 0.04 0.02
HSL 304.96º 0.94% 0.75% -
HSV(B) 304.96º 0.48% 0.98% -
XYZ 63.64 42.83 88.13 -
YUV 178.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 251 130 241 0 0.48 0.04 0.02 304.96 0.94 0.75
Hex FB 82 F1 0 30 4 2 131 5E 4B
Octal 373 202 361 0 60 4 2 461 136 113
Binary 11111011 10000010 11110001 0 110000 100 10 100110001 1011110 1001011

Color Harmonies of #FB82F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB82F1

Black with #FB82F1

Text Example


Text Example

White with #FB82F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB82F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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