#F582FC

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

Shades of Fuchsia Pink #F582FC

Tints of Fuchsia Pink #F582FC

Color information

#F582FC (or 0xF582FC) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 82 and FC. RGB value is (245,130,252). Sum of RGB (Red+Green+Blue) = 245+130+252=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 130 (51.17% from 255 or 20.73% 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 #F582FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F582FC is #0A7D03. Grayscale: #B1B1B1. Windows color (decimal): -687364 or 16548597. OLE color: 16548597.

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

Color convert

RGB245130252-
CMYK0.030.4800.01
HSL296.56º95.31%74.9%-
HSV(B)296.56º48.41%98.82%-
XYZ63.2142.4196.95-
YUV178.29169.6175.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.07%
GREEN value IS 130 (51.17% from 255) = 20.73%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=39.07%
G=20.73%
B=40.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451302520.030.4800.01296.5695.3174.9
HexF582FC330011295f4b
Octal36520237436001451137113
Binary111101011000001011111100111100000110010100110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F582FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F582FC; }

 p { color: rgb(245,130,252); }

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

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

 a { background-color: rgb(245,130,252); }

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

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

 span { border-color: rgb(245,130,252); }

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