#F574FB

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

Shades of Fuchsia Pink #F574FB

Tints of Fuchsia Pink #F574FB

Color information

#F574FB (or 0xF574FB) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 74 and FB. RGB value is (245,116,251). Sum of RGB (Red+Green+Blue) = 245+116+251=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 116 (45.70% from 255 or 18.95% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #F574FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F574FB is #0A8B04. Grayscale: #A9A9A9. Windows color (decimal): -690949 or 16479477. OLE color: 16479477.

HSL color Cylindrical-coordinate representation of color #F574FB: hue angle of 297.33º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F574FB is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245116251-
CMYK0.020.5400.02
HSL297.33º94.41%71.96%-
HSV(B)297.33º53.78%98.43%-
XYZ61.3138.8795.54-
YUV169.96173.74181.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.03%
GREEN value IS 116 (45.70% from 255) = 18.95%
BLUE value IS 251 (98.44% from 255) = 41.01%
R=40.03%
G=18.95%
B=41.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451162510.020.5400.02297.3394.4171.96
HexF574FB236021295e48
Octal36516437326602451136110
Binary111101011110100111110111011011001010010100110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F574FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F574FB; }

 p { color: rgb(245,116,251); }

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

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

 a { background-color: rgb(245,116,251); }

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

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

 span { border-color: rgb(245,116,251); }

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