Html Css Color HEX #FA7DF8 Fuchsia Pink

📋 copy color: '#FA7DF8'

red 250 ◦ green 125 ◦ blue 248

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

Shades of Fuchsia Pink #FA7DF8

Tints of Fuchsia Pink #FA7DF8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.06%

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

R = 40.13%
G = 20.06%
B = 39.81%

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

#FA7DF8 (or 0xFA7DF8) is known color: Fuchsia Pink. HEX triplet: FA, 7D and F8. RGB value is (250,125,248). Sum of RGB (Red+Green+Blue) = 250+125+248=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 125 (49.22% from 255 or 20.06% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7DF8 is #058207. Grayscale: #B0B0B0. Windows color (decimal): -360968 or 16285178. OLE color: 16285178.

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

Color convert

RGB 250 125 248 -
CMYK 0 0.50 0.01 0.02
HSL 300.96º 0.93% 0.74% -
HSV(B) 300.96º 0.5% 0.98% -
XYZ 63.7 41.77 93.51 -
YUV 176.4 168.41 180.5 -
System Red Green Blue C M Y K H S L
Decimal 250 125 248 0 0.50 0.01 0.02 300.96 0.93 0.74
Hex FA 7D F8 0 32 1 2 12D 5D 4A
Octal 372 175 370 0 62 1 2 455 135 112
Binary 11111010 1111101 11111000 0 110010 1 10 100101101 1011101 1001010

Color Harmonies of #FA7DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7DF8

Black with #FA7DF8

Text Example


Text Example

White with #FA7DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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