Html Css Color HEX #FF7FFF Fuchsia Pink

📋 copy color: '#FF7FFF'

red 255 ◦ green 127 ◦ blue 255

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

Shades of Fuchsia Pink #FF7FFF

Tints of Fuchsia Pink #FF7FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 19.94%

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

R = 40.03%
G = 19.94%
B = 40.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF7FFF (or 0xFF7FFF) is known color: Fuchsia Pink. HEX triplet: FF, 7F and FF. RGB value is (255,127,255). Sum of RGB (Red+Green+Blue) = 255+127+255=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 127 (50% from 255 or 19.94% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF7FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7FFF is #008000. Grayscale: #B3B3B3. Windows color (decimal): -32769 or 16744447. OLE color: 16744447.

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

Color convert

RGB 255 127 255 -
CMYK 0 0.50 0 0
HSL 300º 1% 0.75% -
HSV(B) 300º 0.5% 1% -
XYZ 66.88 43.66 99.51 -
YUV 179.86 170.41 181.59 -
System Red Green Blue C M Y K H S L
Decimal 255 127 255 0 0.50 0 0 300 1 0.75
Hex FF 7F FF 0 32 0 0 12C 64 4B
Octal 377 177 377 0 62 0 0 454 144 113
Binary 11111111 1111111 11111111 0 110010 0 0 100101100 1100100 1001011

Color Harmonies of #FF7FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FFF

Black with #FF7FFF

Text Example


Text Example

White with #FF7FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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