#F682FB

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

Shades of Fuchsia Pink #F682FB

Tints of Fuchsia Pink #F682FB

Color information

#F682FB (or 0xF682FB) is unknown color: approx Fuchsia Pink. HEX triplet: F6, 82 and FB. RGB value is (246,130,251). Sum of RGB (Red+Green+Blue) = 246+130+251=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 130 (51.17% from 255 or 20.73% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #F682FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F682FB is #097D04. Grayscale: #B2B2B2. Windows color (decimal): -621829 or 16483062. OLE color: 16483062.

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

Color convert

RGB246130251-
CMYK0.020.4800.02
HSL297.52º93.8%74.71%-
HSV(B)297.52º48.21%98.43%-
XYZ63.442.5296.13-
YUV178.48168.93176.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.23%
GREEN value IS 130 (51.17% from 255) = 20.73%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=39.23%
G=20.73%
B=40.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461302510.020.4800.02297.5293.874.71
HexF682FB2300212a5e4b
Octal36620237326002452136113
Binary1111011010000010111110111011000001010010101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F682FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F682FB; }

 p { color: rgb(246,130,251); }

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

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

 a { background-color: rgb(246,130,251); }

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

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

 span { border-color: rgb(246,130,251); }

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