#F480FC

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

Shades of Fuchsia Pink #F480FC

Tints of Fuchsia Pink #F480FC

Color information

#F480FC (or 0xF480FC) is unknown color: approx Fuchsia Pink. HEX triplet: F4, 80 and FC. RGB value is (244,128,252). Sum of RGB (Red+Green+Blue) = 244+128+252=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 128 (50.39% from 255 or 20.51% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #F480FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F480FC is #0B7F03. Grayscale: #B0B0B0. Windows color (decimal): -753412 or 16548084. OLE color: 16548084.

HSL color Cylindrical-coordinate representation of color #F480FC: hue angle of 296.13º 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 #F480FC is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244128252-
CMYK0.030.4900.01
HSL296.13º95.38%74.51%-
HSV(B)296.13º49.21%98.82%-
XYZ62.641.796.85-
YUV176.82170.43175.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.10%
GREEN value IS 128 (50.39% from 255) = 20.51%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=39.10%
G=20.51%
B=40.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441282520.030.4900.01296.1395.3874.51
HexF480FC331011285f4b
Octal36420037436101450137113
Binary111101001000000011111100111100010110010100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F480FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F480FC; }

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

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

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

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

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

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

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

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