Html Css Color HEX #FB89F0 Pale Magenta

📋 copy color: '#FB89F0'

red 251 ◦ green 137 ◦ blue 240

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

Shades of Pale Magenta #FB89F0

Tints of Pale Magenta #FB89F0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 21.82%

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

R = 39.97%
G = 21.82%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB89F0 (or 0xFB89F0) is known color: Pale Magenta. HEX triplet: FB, 89 and F0. RGB value is (251,137,240). Sum of RGB (Red+Green+Blue) = 251+137+240=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 137 (53.91% from 255 or 21.82% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB89F0 is #04760F. Grayscale: #B6B6B6. Windows color (decimal): -292368 or 15763963. OLE color: 15763963.

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

Color convert

RGB 251 137 240 -
CMYK 0 0.45 0.04 0.02
HSL 305.79º 0.93% 0.76% -
HSV(B) 305.79º 0.45% 0.98% -
XYZ 64.46 44.69 87.67 -
YUV 182.83 160.27 176.62 -
System Red Green Blue C M Y K H S L
Decimal 251 137 240 0 0.45 0.04 0.02 305.79 0.93 0.76
Hex FB 89 F0 0 2D 4 2 132 5D 4C
Octal 373 211 360 0 55 4 2 462 135 114
Binary 11111011 10001001 11110000 0 101101 100 10 100110010 1011101 1001100

Color Harmonies of #FB89F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB89F0

Black with #FB89F0

Text Example


Text Example

White with #FB89F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB89F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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