Html Css Color HEX #FB80F0 Pale Magenta

📋 copy color: '#FB80F0'

red 251 ◦ green 128 ◦ blue 240

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

Shades of Pale Magenta #FB80F0

Tints of Pale Magenta #FB80F0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.68%

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

R = 40.55%
G = 20.68%
B = 38.77%

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

#FB80F0 (or 0xFB80F0) is known color: Pale Magenta. HEX triplet: FB, 80 and F0. RGB value is (251,128,240). Sum of RGB (Red+Green+Blue) = 251+128+240=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 128 (50.39% from 255 or 20.68% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80F0 is #047F0F. Grayscale: #B1B1B1. Windows color (decimal): -294672 or 15761659. OLE color: 15761659.

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

Color convert

RGB 251 128 240 -
CMYK 0 0.49 0.04 0.02
HSL 305.37º 0.94% 0.74% -
HSV(B) 305.37º 0.49% 0.98% -
XYZ 63.23 42.24 87.26 -
YUV 177.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 251 128 240 0 0.49 0.04 0.02 305.37 0.94 0.74
Hex FB 80 F0 0 31 4 2 131 5E 4A
Octal 373 200 360 0 61 4 2 461 136 112
Binary 11111011 10000000 11110000 0 110001 100 10 100110001 1011110 1001010

Color Harmonies of #FB80F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB80F0

Black with #FB80F0

Text Example


Text Example

White with #FB80F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB80F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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