Html Css Color HEX #F884FF Fuchsia Pink

📋 copy color: '#F884FF'

red 248 ◦ green 132 ◦ blue 255

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

Shades of Fuchsia Pink #F884FF

Tints of Fuchsia Pink #F884FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 20.79%

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

R = 39.06%
G = 20.79%
B = 40.16%

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

#F884FF (or 0xF884FF) is known color: Fuchsia Pink. HEX triplet: F8, 84 and FF. RGB value is (248,132,255). Sum of RGB (Red+Green+Blue) = 248+132+255=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 132 (51.95% from 255 or 20.79% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #F884FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F884FF is #077B00. Grayscale: #B4B4B4. Windows color (decimal): -490241 or 16745720. OLE color: 16745720.

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

Color convert

RGB 248 132 255 -
CMYK 0.03 0.48 0 0
HSL 296.59º 1% 0.76% -
HSV(B) 296.59º 0.48% 1% -
XYZ 65.01 43.68 99.61 -
YUV 180.71 169.93 176 -
System Red Green Blue C M Y K H S L
Decimal 248 132 255 0.03 0.48 0 0 296.59 1 0.76
Hex F8 84 FF 3 30 0 0 129 64 4C
Octal 370 204 377 3 60 0 0 451 144 114
Binary 11111000 10000100 11111111 11 110000 0 0 100101001 1100100 1001100

Color Harmonies of #F884FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F884FF

Black with #F884FF

Text Example


Text Example

White with #F884FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F884FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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