Html Css Color HEX #FF7FFE Fuchsia Pink

📋 copy color: '#FF7FFE'

red 255 ◦ green 127 ◦ blue 254

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

Shades of Fuchsia Pink #FF7FFE

Tints of Fuchsia Pink #FF7FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.94%

R = 40.09%
G = 19.97%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF7FFE (or 0xFF7FFE) is known color: Fuchsia Pink. HEX triplet: FF, 7F and FE. RGB value is (255,127,254). Sum of RGB (Red+Green+Blue) = 255+127+254=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 127 (50% from 255 or 19.97% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7FFE is #008001. Grayscale: #B3B3B3. Windows color (decimal): -32770 or 16678911. OLE color: 16678911.

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

Color convert

RGB 255 127 254 -
CMYK 0 0.50 0.00 0
HSL 300.47º 1% 0.75% -
HSV(B) 300.47º 0.5% 1% -
XYZ 66.72 43.59 98.66 -
YUV 179.75 169.91 181.67 -
System Red Green Blue C M Y K H S L
Decimal 255 127 254 0 0.50 0.00 0 300.47 1 0.75
Hex FF 7F FE 0 32 0 0 12C 64 4B
Octal 377 177 376 0 62 0 0 454 144 113
Binary 11111111 1111111 11111110 0 110010 0 0 100101100 1100100 1001011

Color Harmonies of #FF7FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FFE

Black with #FF7FFE

Text Example


Text Example

White with #FF7FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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