#F873F2

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

Shades of Fuchsia Pink #F873F2

Tints of Fuchsia Pink #F873F2

Color information

#F873F2 (or 0xF873F2) is unknown color: approx Fuchsia Pink. HEX triplet: F8, 73 and F2. RGB value is (248,115,242). Sum of RGB (Red+Green+Blue) = 248+115+242=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 115 (45.31% from 255 or 19.01% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F873F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F873F2 is #078C0D. Grayscale: #A8A8A8. Windows color (decimal): -494606 or 15889400. OLE color: 15889400.

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

Color convert

RGB248115242-
CMYK00.540.020.03
HSL302.71º90.48%71.18%-
HSV(B)302.71º53.63%97.25%-
XYZ60.8738.6388.25-
YUV169.24169.06184.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 115 (45.31% from 255) = 19.01%
BLUE value IS 242 (94.92% from 255) = 40%
R=40.99%
G=19.01%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811524200.540.020.03302.7190.4871.18
HexF873F20362312f5a47
Octal37016336206623457132107
Binary111110001110011111100100110110101110010111110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F873F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F873F2; }

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

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

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

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

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

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

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

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