Html Css Color HEX #FF85FA Fuchsia Pink

📋 copy color: '#FF85FA'

red 255 ◦ green 133 ◦ blue 250

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

Shades of Fuchsia Pink #FF85FA

Tints of Fuchsia Pink #FF85FA

RGB

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

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

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

R = 39.97%
G = 20.85%
B = 39.18%

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

#FF85FA (or 0xFF85FA) is known color: Fuchsia Pink. HEX triplet: FF, 85 and FA. RGB value is (255,133,250). Sum of RGB (Red+Green+Blue) = 255+133+250=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 133 (52.34% from 255 or 20.85% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85FA is #007A05. Grayscale: #B6B6B6. Windows color (decimal): -31238 or 16418303. OLE color: 16418303.

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

Color convert

RGB 255 133 250 -
CMYK 0 0.48 0.02 0
HSL 302.46º 1% 0.76% -
HSV(B) 302.46º 0.48% 1% -
XYZ 66.88 44.94 95.59 -
YUV 182.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 255 133 250 0 0.48 0.02 0 302.46 1 0.76
Hex FF 85 FA 0 30 2 0 12E 64 4C
Octal 377 205 372 0 60 2 0 456 144 114
Binary 11111111 10000101 11111010 0 110000 10 0 100101110 1100100 1001100

Color Harmonies of #FF85FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85FA

Black with #FF85FA

Text Example


Text Example

White with #FF85FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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