Html Css Color HEX #FA85FA Fuchsia Pink

📋 copy color: '#FA85FA'

red 250 ◦ green 133 ◦ blue 250

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

Shades of Fuchsia Pink #FA85FA

Tints of Fuchsia Pink #FA85FA

RGB

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

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

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

R = 39.49%
G = 21.01%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA85FA (or 0xFA85FA) is known color: Fuchsia Pink. HEX triplet: FA, 85 and FA. RGB value is (250,133,250). Sum of RGB (Red+Green+Blue) = 250+133+250=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 133 (52.34% from 255 or 21.01% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA85FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA85FA is #057A05. Grayscale: #B4B4B4. Windows color (decimal): -358918 or 16418298. OLE color: 16418298.

HSL color Cylindrical-coordinate representation of color #FA85FA: hue angle of 300º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA85FA is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 133 250 -
CMYK 0 0.47 0 0.02
HSL 300º 0.92% 0.75% -
HSV(B) 300º 0.47% 0.98% -
XYZ 65.07 44 95.51 -
YUV 181.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 250 133 250 0 0.47 0 0.02 300 0.92 0.75
Hex FA 85 FA 0 2F 0 2 12C 5C 4B
Octal 372 205 372 0 57 0 2 454 134 113
Binary 11111010 10000101 11111010 0 101111 0 10 100101100 1011100 1001011

Color Harmonies of #FA85FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85FA

Black with #FA85FA

Text Example


Text Example

White with #FA85FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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