Html Css Color HEX #FB81F0 Pale Magenta

📋 copy color: '#FB81F0'

red 251 ◦ green 129 ◦ blue 240

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

Shades of Pale Magenta #FB81F0

Tints of Pale Magenta #FB81F0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.81%

 BLUE value IS 240 (94.14% from 255) = 38.71%

R = 40.48%
G = 20.81%
B = 38.71%

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

#FB81F0 (or 0xFB81F0) is known color: Pale Magenta. HEX triplet: FB, 81 and F0. RGB value is (251,129,240). Sum of RGB (Red+Green+Blue) = 251+129+240=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 129 (50.78% from 255 or 20.81% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB81F0 is #047E0F. Grayscale: #B1B1B1. Windows color (decimal): -294416 or 15761915. OLE color: 15761915.

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

Color convert

RGB 251 129 240 -
CMYK 0 0.49 0.04 0.02
HSL 305.41º 0.94% 0.75% -
HSV(B) 305.41º 0.49% 0.98% -
XYZ 63.36 42.5 87.3 -
YUV 178.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 251 129 240 0 0.49 0.04 0.02 305.41 0.94 0.75
Hex FB 81 F0 0 31 4 2 131 5E 4B
Octal 373 201 360 0 61 4 2 461 136 113
Binary 11111011 10000001 11110000 0 110001 100 10 100110001 1011110 1001011

Color Harmonies of #FB81F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB81F0

Black with #FB81F0

Text Example


Text Example

White with #FB81F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB81F0; }

 p { color: rgb(251,129,240); }

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

background-color css

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

 a { background-color: rgb(251,129,240); }

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

border-color css

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

 span { border-color: rgb(251,129,240); }

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