#F782FA

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

Shades of Fuchsia Pink #F782FA

Tints of Fuchsia Pink #F782FA

Color information

#F782FA (or 0xF782FA) is unknown color: approx Fuchsia Pink. HEX triplet: F7, 82 and FA. RGB value is (247,130,250). Sum of RGB (Red+Green+Blue) = 247+130+250=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 130 (51.17% from 255 or 20.73% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #F782FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F782FA is #087D05. Grayscale: #B2B2B2. Windows color (decimal): -556294 or 16417527. OLE color: 16417527.

HSL color Cylindrical-coordinate representation of color #F782FA: hue angle of 298.5º degrees, saturation: 0.92, 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 #F782FA is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247130250-
CMYK0.010.4800.02
HSL298.5º92.31%74.51%-
HSV(B)298.5º48%98.04%-
XYZ63.642.6495.32-
YUV178.66168.26176.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.39%
GREEN value IS 130 (51.17% from 255) = 20.73%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=39.39%
G=20.73%
B=39.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471302500.010.4800.02298.592.3174.51
HexF782FA1300212a5c4b
Octal36720237216002452134113
Binary111101111000001011111010111000001010010101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F782FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F782FA; }

 p { color: rgb(247,130,250); }

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

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

 a { background-color: rgb(247,130,250); }

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

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

 span { border-color: rgb(247,130,250); }

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