Html Css Color HEX #FF84FA Fuchsia Pink

📋 copy color: '#FF84FA'

red 255 ◦ green 132 ◦ blue 250

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

Shades of Fuchsia Pink #FF84FA

Tints of Fuchsia Pink #FF84FA

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF84FA (or 0xFF84FA) is known color: Fuchsia Pink. HEX triplet: FF, 84 and FA. RGB value is (255,132,250). Sum of RGB (Red+Green+Blue) = 255+132+250=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 132 (51.95% from 255 or 20.72% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF84FA is #007B05. Grayscale: #B5B5B5. Windows color (decimal): -31494 or 16418047. OLE color: 16418047.

HSL color Cylindrical-coordinate representation of color #FF84FA: hue angle of 302.44º 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 #FF84FA is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 132 250 -
CMYK 0 0.48 0.02 0
HSL 302.44º 1% 0.76% -
HSV(B) 302.44º 0.48% 1% -
XYZ 66.75 44.66 95.55 -
YUV 182.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 255 132 250 0 0.48 0.02 0 302.44 1 0.76
Hex FF 84 FA 0 30 2 0 12E 64 4C
Octal 377 204 372 0 60 2 0 456 144 114
Binary 11111111 10000100 11111010 0 110000 10 0 100101110 1100100 1001100

Color Harmonies of #FF84FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF84FA

Black with #FF84FA

Text Example


Text Example

White with #FF84FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF84FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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