#F774F1

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

Shades of Fuchsia Pink #F774F1

Tints of Fuchsia Pink #F774F1

Color information

#F774F1 (or 0xF774F1) is unknown color: approx Fuchsia Pink. HEX triplet: F7, 74 and F1. RGB value is (247,116,241). Sum of RGB (Red+Green+Blue) = 247+116+241=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 116 (45.70% from 255 or 19.21% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F774F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F774F1 is #088B0E. Grayscale: #A9A9A9. Windows color (decimal): -559887 or 15824119. OLE color: 15824119.

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

Color convert

RGB247116241-
CMYK00.530.020.03
HSL302.75º89.12%71.18%-
HSV(B)302.75º53.04%96.86%-
XYZ60.4838.6287.49-
YUV169.42168.4183.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.89%
GREEN value IS 116 (45.70% from 255) = 19.21%
BLUE value IS 241 (94.53% from 255) = 39.90%
R=40.89%
G=19.21%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711624100.530.020.03302.7589.1271.18
HexF774F10352312f5947
Octal36716436106523457131107
Binary111101111110100111100010110101101110010111110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F774F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F774F1; }

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

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

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

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

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

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

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

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