Html Css Color HEX #FA7CF8 Fuchsia Pink

📋 copy color: '#FA7CF8'

red 250 ◦ green 124 ◦ blue 248

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

Shades of Fuchsia Pink #FA7CF8

Tints of Fuchsia Pink #FA7CF8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 19.94%

 BLUE value IS 248 (97.27% from 255) = 39.87%

R = 40.19%
G = 19.94%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA7CF8 (or 0xFA7CF8) is known color: Fuchsia Pink. HEX triplet: FA, 7C and F8. RGB value is (250,124,248). Sum of RGB (Red+Green+Blue) = 250+124+248=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 124 (48.83% from 255 or 19.94% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7CF8 is #058307. Grayscale: #AFAFAF. Windows color (decimal): -361224 or 16284922. OLE color: 16284922.

HSL color Cylindrical-coordinate representation of color #FA7CF8: hue angle of 300.95º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CF8 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 124 248 -
CMYK 0 0.50 0.01 0.02
HSL 300.95º 0.93% 0.73% -
HSV(B) 300.95º 0.5% 0.98% -
XYZ 63.58 41.52 93.47 -
YUV 175.81 168.74 180.92 -
System Red Green Blue C M Y K H S L
Decimal 250 124 248 0 0.50 0.01 0.02 300.95 0.93 0.73
Hex FA 7C F8 0 32 1 2 12D 5D 49
Octal 372 174 370 0 62 1 2 455 135 111
Binary 11111010 1111100 11111000 0 110010 1 10 100101101 1011101 1001001

Color Harmonies of #FA7CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7CF8

Black with #FA7CF8

Text Example


Text Example

White with #FA7CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7CF8; }

 p { color: rgb(250,124,248); }

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

background-color css

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

 a { background-color: rgb(250,124,248); }

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

border-color css

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

 span { border-color: rgb(250,124,248); }

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