Html Css Color HEX #FA7AF3 Fuchsia Pink

📋 copy color: '#FA7AF3'

red 250 ◦ green 122 ◦ blue 243

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

Shades of Fuchsia Pink #FA7AF3

Tints of Fuchsia Pink #FA7AF3

RGB

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

 GREEN value IS 122 (48.05% from 255) = 19.84%

 BLUE value IS 243 (95.31% from 255) = 39.51%

R = 40.65%
G = 19.84%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA7AF3 (or 0xFA7AF3) is known color: Fuchsia Pink. HEX triplet: FA, 7A and F3. RGB value is (250,122,243). Sum of RGB (Red+Green+Blue) = 250+122+243=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 122 (48.05% from 255 or 19.84% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7AF3 is #05850C. Grayscale: #ADADAD. Windows color (decimal): -361741 or 15956730. OLE color: 15956730.

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

Color convert

RGB 250 122 243 -
CMYK 0 0.51 0.03 0.02
HSL 303.28º 0.93% 0.73% -
HSV(B) 303.28º 0.51% 0.98% -
XYZ 62.56 40.71 89.36 -
YUV 174.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 250 122 243 0 0.51 0.03 0.02 303.28 0.93 0.73
Hex FA 7A F3 0 33 3 2 12F 5D 49
Octal 372 172 363 0 63 3 2 457 135 111
Binary 11111010 1111010 11110011 0 110011 11 10 100101111 1011101 1001001

Color Harmonies of #FA7AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7AF3

Black with #FA7AF3

Text Example


Text Example

White with #FA7AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7AF3; }

 p { color: rgb(250,122,243); }

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

background-color css

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

 a { background-color: rgb(250,122,243); }

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

border-color css

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

 span { border-color: rgb(250,122,243); }

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