#F873F1

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

Shades of Fuchsia Pink #F873F1

Tints of Fuchsia Pink #F873F1

Color information

#F873F1 (or 0xF873F1) is unknown color: approx Fuchsia Pink. HEX triplet: F8, 73 and F1. RGB value is (248,115,241). Sum of RGB (Red+Green+Blue) = 248+115+241=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 115 (45.31% from 255 or 19.04% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F873F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F873F1 is #078C0E. Grayscale: #A8A8A8. Windows color (decimal): -494607 or 15823864. OLE color: 15823864.

HSL color Cylindrical-coordinate representation of color #F873F1: hue angle of 303.16º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F873F1 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB248115241-
CMYK00.540.030.03
HSL303.16º90.48%71.18%-
HSV(B)303.16º53.63%97.25%-
XYZ60.7238.5787.46-
YUV169.13168.56184.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.06%
GREEN value IS 115 (45.31% from 255) = 19.04%
BLUE value IS 241 (94.53% from 255) = 39.90%
R=41.06%
G=19.04%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811524100.540.030.03303.1690.4871.18
HexF873F10363312f5a47
Octal37016336106633457132107
Binary111110001110011111100010110110111110010111110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F873F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F873F1; }

 p { color: rgb(248,115,241); }

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

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

 a { background-color: rgb(248,115,241); }

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

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

 span { border-color: rgb(248,115,241); }

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