Html Css Color HEX #F886FF Fuchsia Pink

📋 copy color: '#F886FF'

red 248 ◦ green 134 ◦ blue 255

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

Shades of Fuchsia Pink #F886FF

Tints of Fuchsia Pink #F886FF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 21.04%

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

R = 38.93%
G = 21.04%
B = 40.03%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F886FF (or 0xF886FF) is known color: Fuchsia Pink. HEX triplet: F8, 86 and FF. RGB value is (248,134,255). Sum of RGB (Red+Green+Blue) = 248+134+255=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 134 (52.73% from 255 or 21.04% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #F886FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F886FF is #077900. Grayscale: #B5B5B5. Windows color (decimal): -489729 or 16746232. OLE color: 16746232.

HSL color Cylindrical-coordinate representation of color #F886FF: hue angle of 296.53º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F886FF is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 248 134 255 -
CMYK 0.03 0.47 0 0
HSL 296.53º 1% 0.76% -
HSV(B) 296.53º 0.47% 1% -
XYZ 65.29 44.23 99.7 -
YUV 181.88 169.27 175.16 -
System Red Green Blue C M Y K H S L
Decimal 248 134 255 0.03 0.47 0 0 296.53 1 0.76
Hex F8 86 FF 3 2F 0 0 129 64 4C
Octal 370 206 377 3 57 0 0 451 144 114
Binary 11111000 10000110 11111111 11 101111 0 0 100101001 1100100 1001100

Color Harmonies of #F886FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F886FF

Black with #F886FF

Text Example


Text Example

White with #F886FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F886FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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