Html Css Color HEX #FF8BFB Fuchsia Pink

📋 copy color: '#FF8BFB'

red 255 ◦ green 139 ◦ blue 251

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

Shades of Fuchsia Pink #FF8BFB

Tints of Fuchsia Pink #FF8BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 21.55%

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

R = 39.53%
G = 21.55%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF8BFB (or 0xFF8BFB) is known color: Fuchsia Pink. HEX triplet: FF, 8B and FB. RGB value is (255,139,251). Sum of RGB (Red+Green+Blue) = 255+139+251=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 139 (54.69% from 255 or 21.55% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8BFB is #007404. Grayscale: #BABABA. Windows color (decimal): -29701 or 16485375. OLE color: 16485375.

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

Color convert

RGB 255 139 251 -
CMYK 0 0.45 0.02 0
HSL 302.07º 1% 0.77% -
HSV(B) 302.07º 0.45% 1% -
XYZ 67.89 46.69 96.7 -
YUV 186.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 255 139 251 0 0.45 0.02 0 302.07 1 0.77
Hex FF 8B FB 0 2D 2 0 12E 64 4D
Octal 377 213 373 0 55 2 0 456 144 115
Binary 11111111 10001011 11111011 0 101101 10 0 100101110 1100100 1001101

Color Harmonies of #FF8BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8BFB

Black with #FF8BFB

Text Example


Text Example

White with #FF8BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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