#F781FA

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

Shades of Fuchsia Pink #F781FA

Tints of Fuchsia Pink #F781FA

Color information

#F781FA (or 0xF781FA) is unknown color: approx Fuchsia Pink. HEX triplet: F7, 81 and FA. RGB value is (247,129,250). Sum of RGB (Red+Green+Blue) = 247+129+250=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 129 (50.78% from 255 or 20.61% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #F781FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F781FA is #087E05. Grayscale: #B1B1B1. Windows color (decimal): -556550 or 16417271. OLE color: 16417271.

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

Color convert

RGB247129250-
CMYK0.010.4800.02
HSL298.51º92.37%74.31%-
HSV(B)298.51º48.4%98.04%-
XYZ63.4642.3895.28-
YUV178.08168.59177.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.46%
GREEN value IS 129 (50.78% from 255) = 20.61%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=39.46%
G=20.61%
B=39.94%

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
Decimal2471292500.010.4800.02298.5192.3774.31
HexF781FA1300212b5c4a
Octal36720137216002453134112
Binary111101111000000111111010111000001010010101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F781FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F781FA; }

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

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

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

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

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

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

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

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