Html Css Color HEX #FB83FF Fuchsia Pink

📋 copy color: '#FB83FF'

red 251 ◦ green 131 ◦ blue 255

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

Shades of Fuchsia Pink #FB83FF

Tints of Fuchsia Pink #FB83FF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 20.57%

 BLUE value IS 255 (100% from 255) = 40.03%

R = 39.4%
G = 20.57%
B = 40.03%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB83FF (or 0xFB83FF) is known color: Fuchsia Pink. HEX triplet: FB, 83 and FF. RGB value is (251,131,255). Sum of RGB (Red+Green+Blue) = 251+131+255=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 131 (51.56% from 255 or 20.57% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB83FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB83FF is #047C00. Grayscale: #B4B4B4. Windows color (decimal): -293889 or 16745467. OLE color: 16745467.

HSL color Cylindrical-coordinate representation of color #FB83FF: hue angle of 298.06º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB83FF is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 251 131 255 -
CMYK 0.02 0.49 0 0
HSL 298.06º 1% 0.76% -
HSV(B) 298.06º 0.49% 1% -
XYZ 65.95 43.96 99.62 -
YUV 181.02 169.76 177.92 -
System Red Green Blue C M Y K H S L
Decimal 251 131 255 0.02 0.49 0 0 298.06 1 0.76
Hex FB 83 FF 2 31 0 0 12A 64 4C
Octal 373 203 377 2 61 0 0 452 144 114
Binary 11111011 10000011 11111111 10 110001 0 0 100101010 1100100 1001100

Color Harmonies of #FB83FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB83FF

Black with #FB83FF

Text Example


Text Example

White with #FB83FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB83FF; }

 p { color: rgb(251,131,255); }

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

background-color css

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

 a { background-color: rgb(251,131,255); }

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

border-color css

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

 span { border-color: rgb(251,131,255); }

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