Html Css Color HEX #FA7EFD Fuchsia Pink

📋 copy color: '#FA7EFD'

red 250 ◦ green 126 ◦ blue 253

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

Shades of Fuchsia Pink #FA7EFD

Tints of Fuchsia Pink #FA7EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.22%

R = 39.75%
G = 20.03%
B = 40.22%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA7EFD (or 0xFA7EFD) is known color: Fuchsia Pink. HEX triplet: FA, 7E and FD. RGB value is (250,126,253). Sum of RGB (Red+Green+Blue) = 250+126+253=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 126 (49.61% from 255 or 20.03% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA7EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7EFD is #058102. Grayscale: #B1B1B1. Windows color (decimal): -360707 or 16613114. OLE color: 16613114.

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

Color convert

RGB 250 126 253 -
CMYK 0.01 0.50 0 0.01
HSL 298.58º 0.97% 0.74% -
HSV(B) 298.58º 0.5% 0.99% -
XYZ 64.61 42.34 97.69 -
YUV 177.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 250 126 253 0.01 0.50 0 0.01 298.58 0.97 0.74
Hex FA 7E FD 1 32 0 1 12B 61 4A
Octal 372 176 375 1 62 0 1 453 141 112
Binary 11111010 1111110 11111101 1 110010 0 1 100101011 1100001 1001010

Color Harmonies of #FA7EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7EFD

Black with #FA7EFD

Text Example


Text Example

White with #FA7EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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