Html Css Color HEX #FB93F0 Pale Magenta

📋 copy color: '#FB93F0'

red 251 ◦ green 147 ◦ blue 240

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

Shades of Pale Magenta #FB93F0

Tints of Pale Magenta #FB93F0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.04%

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

R = 39.34%
G = 23.04%
B = 37.62%

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

#FB93F0 (or 0xFB93F0) is known color: Pale Magenta. HEX triplet: FB, 93 and F0. RGB value is (251,147,240). Sum of RGB (Red+Green+Blue) = 251+147+240=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 147 (57.81% from 255 or 23.04% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB93F0 is #046C0F. Grayscale: #BCBCBC. Windows color (decimal): -289808 or 15766523. OLE color: 15766523.

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

Color convert

RGB 251 147 240 -
CMYK 0 0.41 0.04 0.02
HSL 306.35º 0.93% 0.78% -
HSV(B) 306.35º 0.41% 0.98% -
XYZ 65.95 47.67 88.16 -
YUV 188.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 251 147 240 0 0.41 0.04 0.02 306.35 0.93 0.78
Hex FB 93 F0 0 29 4 2 132 5D 4E
Octal 373 223 360 0 51 4 2 462 135 116
Binary 11111011 10010011 11110000 0 101001 100 10 100110010 1011101 1001110

Color Harmonies of #FB93F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB93F0

Black with #FB93F0

Text Example


Text Example

White with #FB93F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB93F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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