#F974F1

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

Shades of Fuchsia Pink #F974F1

Tints of Fuchsia Pink #F974F1

Color information

#F974F1 (or 0xF974F1) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 74 and F1. RGB value is (249,116,241). Sum of RGB (Red+Green+Blue) = 249+116+241=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 116 (45.70% from 255 or 19.14% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F974F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F974F1 is #068B0E. Grayscale: #A9A9A9. Windows color (decimal): -428815 or 15824121. OLE color: 15824121.

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

Color convert

RGB249116241-
CMYK00.530.030.02
HSL303.61º91.72%71.57%-
HSV(B)303.61º53.41%97.65%-
XYZ61.1938.9887.52-
YUV170.02168.06184.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.09%
GREEN value IS 116 (45.70% from 255) = 19.14%
BLUE value IS 241 (94.53% from 255) = 39.77%
R=41.09%
G=19.14%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911624100.530.030.02303.6191.7271.57
HexF974F1035321305c48
Octal37116436106532460134110
Binary111110011110100111100010110101111010011000010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F974F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F974F1; }

 p { color: rgb(249,116,241); }

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

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

 a { background-color: rgb(249,116,241); }

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

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

 span { border-color: rgb(249,116,241); }

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