Html Css Color HEX #FA75FF Fuchsia Pink

📋 copy color: '#FA75FF'

red 250 ◦ green 117 ◦ blue 255

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

Shades of Fuchsia Pink #FA75FF

Tints of Fuchsia Pink #FA75FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 18.81%

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

R = 40.19%
G = 18.81%
B = 41%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA75FF (or 0xFA75FF) is known color: Fuchsia Pink. HEX triplet: FA, 75 and FF. RGB value is (250,117,255). Sum of RGB (Red+Green+Blue) = 250+117+255=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 117 (46.09% from 255 or 18.81% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA75FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA75FF is #058A00. Grayscale: #ACACAC. Windows color (decimal): -363009 or 16741882. OLE color: 16741882.

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

Color convert

RGB 250 117 255 -
CMYK 0.02 0.54 0 0
HSL 297.83º 1% 0.73% -
HSV(B) 297.83º 0.54% 1% -
XYZ 63.84 40.27 99.02 -
YUV 172.5 174.56 183.28 -
System Red Green Blue C M Y K H S L
Decimal 250 117 255 0.02 0.54 0 0 297.83 1 0.73
Hex FA 75 FF 2 36 0 0 12A 64 49
Octal 372 165 377 2 66 0 0 452 144 111
Binary 11111010 1110101 11111111 10 110110 0 0 100101010 1100100 1001001

Color Harmonies of #FA75FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA75FF

Black with #FA75FF

Text Example


Text Example

White with #FA75FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA75FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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