Html Css Color HEX #FF7FFA Fuchsia Pink

📋 copy color: '#FF7FFA'

red 255 ◦ green 127 ◦ blue 250

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

Shades of Fuchsia Pink #FF7FFA

Tints of Fuchsia Pink #FF7FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.56%

R = 40.35%
G = 20.09%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF7FFA (or 0xFF7FFA) is known color: Fuchsia Pink. HEX triplet: FF, 7F and FA. RGB value is (255,127,250). Sum of RGB (Red+Green+Blue) = 255+127+250=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 127 (50% from 255 or 20.09% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7FFA is #008005. Grayscale: #B2B2B2. Windows color (decimal): -32774 or 16416767. OLE color: 16416767.

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

Color convert

RGB 255 127 250 -
CMYK 0 0.50 0.02 0
HSL 302.34º 1% 0.75% -
HSV(B) 302.34º 0.5% 1% -
XYZ 66.08 43.34 95.33 -
YUV 179.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 255 127 250 0 0.50 0.02 0 302.34 1 0.75
Hex FF 7F FA 0 32 2 0 12E 64 4B
Octal 377 177 372 0 62 2 0 456 144 113
Binary 11111111 1111111 11111010 0 110010 10 0 100101110 1100100 1001011

Color Harmonies of #FF7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FFA

Black with #FF7FFA

Text Example


Text Example

White with #FF7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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