Html Css Color HEX #FF85F8 Fuchsia Pink

📋 copy color: '#FF85F8'

red 255 ◦ green 133 ◦ blue 248

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

Shades of Fuchsia Pink #FF85F8

Tints of Fuchsia Pink #FF85F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.99%

R = 40.09%
G = 20.91%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FF85F8 (or 0xFF85F8) is known color: Fuchsia Pink. HEX triplet: FF, 85 and F8. RGB value is (255,133,248). Sum of RGB (Red+Green+Blue) = 255+133+248=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 133 (52.34% from 255 or 20.91% from 636); Blue value is 248 (97.27% from 255 or 38.99% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85F8 is #007A07. Grayscale: #B6B6B6. Windows color (decimal): -31240 or 16287231. OLE color: 16287231.

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

Color convert

RGB 255 133 248 -
CMYK 0 0.48 0.03 0
HSL 303.44º 1% 0.76% -
HSV(B) 303.44º 0.48% 1% -
XYZ 66.57 44.81 93.95 -
YUV 182.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 255 133 248 0 0.48 0.03 0 303.44 1 0.76
Hex FF 85 F8 0 30 3 0 12F 64 4C
Octal 377 205 370 0 60 3 0 457 144 114
Binary 11111111 10000101 11111000 0 110000 11 0 100101111 1100100 1001100

Color Harmonies of #FF85F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85F8

Black with #FF85F8

Text Example


Text Example

White with #FF85F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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