Html Css Color HEX #FA84FF Fuchsia Pink

📋 copy color: '#FA84FF'

red 250 ◦ green 132 ◦ blue 255

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

Shades of Fuchsia Pink #FA84FF

Tints of Fuchsia Pink #FA84FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 20.72%

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

R = 39.25%
G = 20.72%
B = 40.03%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA84FF (or 0xFA84FF) is known color: Fuchsia Pink. HEX triplet: FA, 84 and FF. RGB value is (250,132,255). Sum of RGB (Red+Green+Blue) = 250+132+255=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 132 (51.95% from 255 or 20.72% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA84FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA84FF is #057B00. Grayscale: #B4B4B4. Windows color (decimal): -359169 or 16745722. OLE color: 16745722.

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

Color convert

RGB 250 132 255 -
CMYK 0.02 0.48 0 0
HSL 297.56º 1% 0.76% -
HSV(B) 297.56º 0.48% 1% -
XYZ 65.73 44.05 99.65 -
YUV 181.3 169.59 177 -
System Red Green Blue C M Y K H S L
Decimal 250 132 255 0.02 0.48 0 0 297.56 1 0.76
Hex FA 84 FF 2 30 0 0 12A 64 4C
Octal 372 204 377 2 60 0 0 452 144 114
Binary 11111010 10000100 11111111 10 110000 0 0 100101010 1100100 1001100

Color Harmonies of #FA84FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA84FF

Black with #FA84FF

Text Example


Text Example

White with #FA84FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA84FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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