Html Css Color HEX #FF85F5 Fuchsia Pink

📋 copy color: '#FF85F5'

red 255 ◦ green 133 ◦ blue 245

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

Shades of Fuchsia Pink #FF85F5

Tints of Fuchsia Pink #FF85F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.7%

R = 40.28%
G = 21.01%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF85F5 (or 0xFF85F5) is known color: Fuchsia Pink. HEX triplet: FF, 85 and F5. RGB value is (255,133,245). Sum of RGB (Red+Green+Blue) = 255+133+245=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 133 (52.34% from 255 or 21.01% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85F5 is #007A0A. Grayscale: #B5B5B5. Windows color (decimal): -31243 or 16090623. OLE color: 16090623.

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

Color convert

RGB 255 133 245 -
CMYK 0 0.48 0.04 0
HSL 304.92º 1% 0.76% -
HSV(B) 304.92º 0.48% 1% -
XYZ 66.11 44.63 91.52 -
YUV 182.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 255 133 245 0 0.48 0.04 0 304.92 1 0.76
Hex FF 85 F5 0 30 4 0 131 64 4C
Octal 377 205 365 0 60 4 0 461 144 114
Binary 11111111 10000101 11110101 0 110000 100 0 100110001 1100100 1001100

Color Harmonies of #FF85F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85F5

Black with #FF85F5

Text Example


Text Example

White with #FF85F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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