#F780FC

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

Shades of Fuchsia Pink #F780FC

Tints of Fuchsia Pink #F780FC

Color information

#F780FC (or 0xF780FC) is unknown color: approx Fuchsia Pink. HEX triplet: F7, 80 and FC. RGB value is (247,128,252). Sum of RGB (Red+Green+Blue) = 247+128+252=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 128 (50.39% from 255 or 20.41% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #F780FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F780FC is #087F03. Grayscale: #B1B1B1. Windows color (decimal): -556804 or 16548087. OLE color: 16548087.

HSL color Cylindrical-coordinate representation of color #F780FC: hue angle of 297.58º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F780FC is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB247128252-
CMYK0.020.4900.01
HSL297.58º95.38%74.51%-
HSV(B)297.58º49.21%98.82%-
XYZ63.6542.2496.89-
YUV177.72169.92177.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.39%
GREEN value IS 128 (50.39% from 255) = 20.41%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=39.39%
G=20.41%
B=40.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2471282520.020.4900.01297.5895.3874.51
HexF780FC2310112a5f4b
Octal36720037426101452137113
Binary111101111000000011111100101100010110010101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F780FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F780FC; }

 p { color: rgb(247,128,252); }

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

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

 a { background-color: rgb(247,128,252); }

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

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

 span { border-color: rgb(247,128,252); }

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