Html Css Color HEX #FB73FA Fuchsia Pink

📋 copy color: '#FB73FA'

red 251 ◦ green 115 ◦ blue 250

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

Shades of Fuchsia Pink #FB73FA

Tints of Fuchsia Pink #FB73FA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 18.67%

 BLUE value IS 250 (98.05% from 255) = 40.58%

R = 40.75%
G = 18.67%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FB73FA (or 0xFB73FA) is known color: Fuchsia Pink. HEX triplet: FB, 73 and FA. RGB value is (251,115,250). Sum of RGB (Red+Green+Blue) = 251+115+250=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 115 (45.31% from 255 or 18.67% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB73FA is #048C05. Grayscale: #AAAAAA. Windows color (decimal): -297990 or 16413691. OLE color: 16413691.

HSL color Cylindrical-coordinate representation of color #FB73FA: hue angle of 300.44º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB73FA is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 115 250 -
CMYK 0 0.54 0.00 0.02
HSL 300.44º 0.94% 0.72% -
HSV(B) 300.44º 0.54% 0.98% -
XYZ 63.17 39.67 94.77 -
YUV 171.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 251 115 250 0 0.54 0.00 0.02 300.44 0.94 0.72
Hex FB 73 FA 0 36 0 2 12C 5E 48
Octal 373 163 372 0 66 0 2 454 136 110
Binary 11111011 1110011 11111010 0 110110 0 10 100101100 1011110 1001000

Color Harmonies of #FB73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB73FA

Black with #FB73FA

Text Example


Text Example

White with #FB73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB73FA; }

 p { color: rgb(251,115,250); }

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

background-color css

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

 a { background-color: rgb(251,115,250); }

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

border-color css

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

 span { border-color: rgb(251,115,250); }

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