#F685FE

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

Shades of Fuchsia Pink #F685FE

Tints of Fuchsia Pink #F685FE

Color information

#F685FE (or 0xF685FE) is unknown color: approx Fuchsia Pink. HEX triplet: F6, 85 and FE. RGB value is (246,133,254). Sum of RGB (Red+Green+Blue) = 246+133+254=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 133 (52.34% from 255 or 21.01% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #F685FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F685FE is #097A01. Grayscale: #B4B4B4. Windows color (decimal): -621058 or 16680438. OLE color: 16680438.

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

Color convert

RGB246133254-
CMYK0.030.4800.00
HSL296.03º98.37%75.88%-
HSV(B)296.03º47.64%99.61%-
XYZ64.2843.5298.78-
YUV180.58169.44174.66-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.86%
GREEN value IS 133 (52.34% from 255) = 21.01%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=38.86%
G=21.01%
B=40.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2461332540.030.4800.00296.0398.3775.88
HexF685FE33000128624c
Octal36620537636000450142114
Binary111101101000010111111110111100000010010100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F685FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F685FE; }

 p { color: rgb(246,133,254); }

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

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

 a { background-color: rgb(246,133,254); }

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

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

 span { border-color: rgb(246,133,254); }

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