Html Css Color HEX #FF8CFF Fuchsia Pink

📋 copy color: '#FF8CFF'

red 255 ◦ green 140 ◦ blue 255

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

Shades of Fuchsia Pink #FF8CFF

Tints of Fuchsia Pink #FF8CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 21.54%

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

R = 39.23%
G = 21.54%
B = 39.23%

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

#FF8CFF (or 0xFF8CFF) is known color: Fuchsia Pink. HEX triplet: FF, 8C and FF. RGB value is (255,140,255). Sum of RGB (Red+Green+Blue) = 255+140+255=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 140 (55.08% from 255 or 21.54% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF8CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8CFF is #007300. Grayscale: #BBBBBB. Windows color (decimal): -29441 or 16747775. OLE color: 16747775.

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

Color convert

RGB 255 140 255 -
CMYK 0 0.45 0 0
HSL 300º 1% 0.77% -
HSV(B) 300º 0.45% 1% -
XYZ 68.67 47.24 100.11 -
YUV 187.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 255 140 255 0 0.45 0 0 300 1 0.77
Hex FF 8C FF 0 2D 0 0 12C 64 4D
Octal 377 214 377 0 55 0 0 454 144 115
Binary 11111111 10001100 11111111 0 101101 0 0 100101100 1100100 1001101

Color Harmonies of #FF8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8CFF

Black with #FF8CFF

Text Example


Text Example

White with #FF8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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