Html Css Color HEX #FB90F3 Pale Magenta

📋 copy color: '#FB90F3'

red 251 ◦ green 144 ◦ blue 243

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

Shades of Pale Magenta #FB90F3

Tints of Pale Magenta #FB90F3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.57%

 BLUE value IS 243 (95.31% from 255) = 38.09%

R = 39.34%
G = 22.57%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FB90F3 (or 0xFB90F3) is known color: Pale Magenta. HEX triplet: FB, 90 and F3. RGB value is (251,144,243). Sum of RGB (Red+Green+Blue) = 251+144+243=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 144 (56.64% from 255 or 22.57% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB90F3 is #046F0C. Grayscale: #BABABA. Windows color (decimal): -290573 or 15962363. OLE color: 15962363.

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

Color convert

RGB 251 144 243 -
CMYK 0 0.43 0.03 0.02
HSL 304.49º 0.93% 0.77% -
HSV(B) 304.49º 0.43% 0.98% -
XYZ 65.93 46.93 90.38 -
YUV 187.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 251 144 243 0 0.43 0.03 0.02 304.49 0.93 0.77
Hex FB 90 F3 0 2B 3 2 130 5D 4D
Octal 373 220 363 0 53 3 2 460 135 115
Binary 11111011 10010000 11110011 0 101011 11 10 100110000 1011101 1001101

Color Harmonies of #FB90F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB90F3

Black with #FB90F3

Text Example


Text Example

White with #FB90F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB90F3; }

 p { color: rgb(251,144,243); }

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

background-color css

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

 a { background-color: rgb(251,144,243); }

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

border-color css

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

 span { border-color: rgb(251,144,243); }

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