Html Css Color HEX #FA85FE Fuchsia Pink

📋 copy color: '#FA85FE'

red 250 ◦ green 133 ◦ blue 254

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

Shades of Fuchsia Pink #FA85FE

Tints of Fuchsia Pink #FA85FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 20.88%

 BLUE value IS 254 (99.61% from 255) = 39.87%

R = 39.25%
G = 20.88%
B = 39.87%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA85FE (or 0xFA85FE) is known color: Fuchsia Pink. HEX triplet: FA, 85 and FE. RGB value is (250,133,254). Sum of RGB (Red+Green+Blue) = 250+133+254=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 133 (52.34% from 255 or 20.88% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA85FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA85FE is #057A01. Grayscale: #B5B5B5. Windows color (decimal): -358914 or 16680442. OLE color: 16680442.

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

Color convert

RGB 250 133 254 -
CMYK 0.02 0.48 0 0.00
HSL 298.02º 0.98% 0.76% -
HSV(B) 298.02º 0.48% 1% -
XYZ 65.7 44.25 98.85 -
YUV 181.78 168.76 176.66 -
System Red Green Blue C M Y K H S L
Decimal 250 133 254 0.02 0.48 0 0.00 298.02 0.98 0.76
Hex FA 85 FE 2 30 0 0 12A 62 4C
Octal 372 205 376 2 60 0 0 452 142 114
Binary 11111010 10000101 11111110 10 110000 0 0 100101010 1100010 1001100

Color Harmonies of #FA85FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85FE

Black with #FA85FE

Text Example


Text Example

White with #FA85FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85FE; }

 p { color: rgb(250,133,254); }

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

background-color css

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

 a { background-color: rgb(250,133,254); }

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

border-color css

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

 span { border-color: rgb(250,133,254); }

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