Html Css Color HEX #FF83FB Fuchsia Pink

📋 copy color: '#FF83FB'

red 255 ◦ green 131 ◦ blue 251

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

Shades of Fuchsia Pink #FF83FB

Tints of Fuchsia Pink #FF83FB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF83FB (or 0xFF83FB) is known color: Fuchsia Pink. HEX triplet: FF, 83 and FB. RGB value is (255,131,251). Sum of RGB (Red+Green+Blue) = 255+131+251=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 131 (51.56% from 255 or 20.57% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83FB is #007C04. Grayscale: #B5B5B5. Windows color (decimal): -31749 or 16483327. OLE color: 16483327.

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

Color convert

RGB 255 131 251 -
CMYK 0 0.49 0.02 0
HSL 301.94º 1% 0.76% -
HSV(B) 301.94º 0.49% 1% -
XYZ 66.77 44.46 96.33 -
YUV 181.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 255 131 251 0 0.49 0.02 0 301.94 1 0.76
Hex FF 83 FB 0 31 2 0 12E 64 4C
Octal 377 203 373 0 61 2 0 456 144 114
Binary 11111111 10000011 11111011 0 110001 10 0 100101110 1100100 1001100

Color Harmonies of #FF83FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF83FB

Black with #FF83FB

Text Example


Text Example

White with #FF83FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF83FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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