Html Css Color HEX #FB94F0 Pale Magenta

📋 copy color: '#FB94F0'

red 251 ◦ green 148 ◦ blue 240

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

Shades of Pale Magenta #FB94F0

Tints of Pale Magenta #FB94F0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.16%

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

R = 39.28%
G = 23.16%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB94F0 (or 0xFB94F0) is known color: Pale Magenta. HEX triplet: FB, 94 and F0. RGB value is (251,148,240). Sum of RGB (Red+Green+Blue) = 251+148+240=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 148 (58.20% from 255 or 23.16% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB94F0 is #046B0F. Grayscale: #BDBDBD. Windows color (decimal): -289552 or 15766779. OLE color: 15766779.

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

Color convert

RGB 251 148 240 -
CMYK 0 0.41 0.04 0.02
HSL 306.41º 0.93% 0.78% -
HSV(B) 306.41º 0.41% 0.98% -
XYZ 66.1 47.98 88.22 -
YUV 189.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 251 148 240 0 0.41 0.04 0.02 306.41 0.93 0.78
Hex FB 94 F0 0 29 4 2 132 5D 4E
Octal 373 224 360 0 51 4 2 462 135 116
Binary 11111011 10010100 11110000 0 101001 100 10 100110010 1011101 1001110

Color Harmonies of #FB94F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB94F0

Black with #FB94F0

Text Example


Text Example

White with #FB94F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB94F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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