Html Css Color HEX #FA7EFF Fuchsia Pink

📋 copy color: '#FA7EFF'

red 250 ◦ green 126 ◦ blue 255

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

Shades of Fuchsia Pink #FA7EFF

Tints of Fuchsia Pink #FA7EFF

RGB

 RED value IS 250 (98.05% from 255) = 39.62%

 GREEN value IS 126 (49.61% from 255) = 19.97%

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

R = 39.62%
G = 19.97%
B = 40.41%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA7EFF (or 0xFA7EFF) is known color: Fuchsia Pink. HEX triplet: FA, 7E and FF. RGB value is (250,126,255). Sum of RGB (Red+Green+Blue) = 250+126+255=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 126 (49.61% from 255 or 19.97% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA7EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7EFF is #058100. Grayscale: #B1B1B1. Windows color (decimal): -360705 or 16744186. OLE color: 16744186.

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

Color convert

RGB 250 126 255 -
CMYK 0.02 0.51 0 0
HSL 297.67º 1% 0.75% -
HSV(B) 297.67º 0.51% 1% -
XYZ 64.94 42.47 99.38 -
YUV 177.78 171.58 179.51 -
System Red Green Blue C M Y K H S L
Decimal 250 126 255 0.02 0.51 0 0 297.67 1 0.75
Hex FA 7E FF 2 33 0 0 12A 64 4B
Octal 372 176 377 2 63 0 0 452 144 113
Binary 11111010 1111110 11111111 10 110011 0 0 100101010 1100100 1001011

Color Harmonies of #FA7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7EFF

Black with #FA7EFF

Text Example


Text Example

White with #FA7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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