#F680FA

Color #F680FA Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #F680FA

Tints of Fuchsia Pink #F680FA

Color information

#F680FA (or 0xF680FA) is unknown color: approx Fuchsia Pink. HEX triplet: F6, 80 and FA. RGB value is (246,128,250). Sum of RGB (Red+Green+Blue) = 246+128+250=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 128 (50.39% from 255 or 20.51% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #F680FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F680FA is #097F05. Grayscale: #B0B0B0. Windows color (decimal): -622342 or 16417014. OLE color: 16417014.

HSL color Cylindrical-coordinate representation of color #F680FA: hue angle of 298.03º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F680FA is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246128250-
CMYK0.020.4900.02
HSL298.03º92.42%74.12%-
HSV(B)298.03º48.8%98.04%-
XYZ62.9841.9395.22-
YUV177.19169.09177.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.42%
GREEN value IS 128 (50.39% from 255) = 20.51%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=39.42%
G=20.51%
B=40.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461282500.020.4900.02298.0392.4274.12
HexF680FA2310212a5c4a
Octal36620037226102452134112
Binary1111011010000000111110101011000101010010101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F680FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F680FA; }

 p { color: rgb(246,128,250); }

 H1.HeaderClassName
 {
   color: #F680FA;
 }
 .AnyTagClassName
 {
   color: #F680FA;
 }
</style>
background-color css

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

 a { background-color: rgb(246,128,250); }

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

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

 span { border-color: rgb(246,128,250); }

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