Html Css Color HEX #FB73F0 Fuchsia Pink

📋 copy color: '#FB73F0'

red 251 ◦ green 115 ◦ blue 240

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

Shades of Fuchsia Pink #FB73F0

Tints of Fuchsia Pink #FB73F0

RGB

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

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

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

R = 41.42%
G = 18.98%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB73F0 (or 0xFB73F0) is known color: Fuchsia Pink. HEX triplet: FB, 73 and F0. RGB value is (251,115,240). Sum of RGB (Red+Green+Blue) = 251+115+240=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 115 (45.31% from 255 or 18.98% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB73F0 is #048C0F. Grayscale: #A9A9A9. Windows color (decimal): -298000 or 15758331. OLE color: 15758331.

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

Color convert

RGB 251 115 240 -
CMYK 0 0.54 0.04 0.02
HSL 304.85º 0.94% 0.72% -
HSV(B) 304.85º 0.54% 0.98% -
XYZ 61.64 39.06 86.73 -
YUV 169.91 167.56 185.84 -
System Red Green Blue C M Y K H S L
Decimal 251 115 240 0 0.54 0.04 0.02 304.85 0.94 0.72
Hex FB 73 F0 0 36 4 2 131 5E 48
Octal 373 163 360 0 66 4 2 461 136 110
Binary 11111011 1110011 11110000 0 110110 100 10 100110001 1011110 1001000

Color Harmonies of #FB73F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB73F0

Black with #FB73F0

Text Example


Text Example

White with #FB73F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB73F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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