Html Css Color HEX #FF8BFF Fuchsia Pink

📋 copy color: '#FF8BFF'

red 255 ◦ green 139 ◦ blue 255

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

Shades of Fuchsia Pink #FF8BFF

Tints of Fuchsia Pink #FF8BFF

RGB

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

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

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

R = 39.29%
G = 21.42%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF8BFF (or 0xFF8BFF) is known color: Fuchsia Pink. HEX triplet: FF, 8B and FF. RGB value is (255,139,255). Sum of RGB (Red+Green+Blue) = 255+139+255=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 139 (54.69% from 255 or 21.42% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF8BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8BFF is #007400. Grayscale: #BABABA. Windows color (decimal): -29697 or 16747519. OLE color: 16747519.

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

Color convert

RGB 255 139 255 -
CMYK 0 0.45 0 0
HSL 300º 1% 0.77% -
HSV(B) 300º 0.45% 1% -
XYZ 68.52 46.95 100.06 -
YUV 186.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 255 139 255 0 0.45 0 0 300 1 0.77
Hex FF 8B FF 0 2D 0 0 12C 64 4D
Octal 377 213 377 0 55 0 0 454 144 115
Binary 11111111 10001011 11111111 0 101101 0 0 100101100 1100100 1001101

Color Harmonies of #FF8BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8BFF

Black with #FF8BFF

Text Example


Text Example

White with #FF8BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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