Html Css Color HEX #F885FF Fuchsia Pink

📋 copy color: '#F885FF'

red 248 ◦ green 133 ◦ blue 255

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

Shades of Fuchsia Pink #F885FF

Tints of Fuchsia Pink #F885FF

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F885FF (or 0xF885FF) is known color: Fuchsia Pink. HEX triplet: F8, 85 and FF. RGB value is (248,133,255). Sum of RGB (Red+Green+Blue) = 248+133+255=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 133 (52.34% from 255 or 20.91% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #F885FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F885FF is #077A00. Grayscale: #B4B4B4. Windows color (decimal): -489985 or 16745976. OLE color: 16745976.

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

Color convert

RGB 248 133 255 -
CMYK 0.03 0.48 0 0
HSL 296.56º 1% 0.76% -
HSV(B) 296.56º 0.48% 1% -
XYZ 65.15 43.95 99.66 -
YUV 181.29 169.6 175.58 -
System Red Green Blue C M Y K H S L
Decimal 248 133 255 0.03 0.48 0 0 296.56 1 0.76
Hex F8 85 FF 3 30 0 0 129 64 4C
Octal 370 205 377 3 60 0 0 451 144 114
Binary 11111000 10000101 11111111 11 110000 0 0 100101001 1100100 1001100

Color Harmonies of #F885FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F885FF

Black with #F885FF

Text Example


Text Example

White with #F885FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F885FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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