Html Css Color HEX #FA7CFF Fuchsia Pink

📋 copy color: '#FA7CFF'

red 250 ◦ green 124 ◦ blue 255

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

Shades of Fuchsia Pink #FA7CFF

Tints of Fuchsia Pink #FA7CFF

RGB

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

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

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

R = 39.75%
G = 19.71%
B = 40.54%

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

#FA7CFF (or 0xFA7CFF) is known color: Fuchsia Pink. HEX triplet: FA, 7C and FF. RGB value is (250,124,255). Sum of RGB (Red+Green+Blue) = 250+124+255=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 124 (48.83% from 255 or 19.71% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA7CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7CFF is #058300. Grayscale: #B0B0B0. Windows color (decimal): -361217 or 16743674. OLE color: 16743674.

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

Color convert

RGB 250 124 255 -
CMYK 0.02 0.51 0 0
HSL 297.71º 1% 0.74% -
HSV(B) 297.71º 0.51% 1% -
XYZ 64.68 41.96 99.3 -
YUV 176.61 172.24 180.35 -
System Red Green Blue C M Y K H S L
Decimal 250 124 255 0.02 0.51 0 0 297.71 1 0.74
Hex FA 7C FF 2 33 0 0 12A 64 4A
Octal 372 174 377 2 63 0 0 452 144 112
Binary 11111010 1111100 11111111 10 110011 0 0 100101010 1100100 1001010

Color Harmonies of #FA7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7CFF

Black with #FA7CFF

Text Example


Text Example

White with #FA7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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