#F774FA

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

Shades of Fuchsia Pink #F774FA

Tints of Fuchsia Pink #F774FA

Color information

#F774FA (or 0xF774FA) is unknown color: approx Fuchsia Pink. HEX triplet: F7, 74 and FA. RGB value is (247,116,250). Sum of RGB (Red+Green+Blue) = 247+116+250=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 116 (45.70% from 255 or 18.92% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #F774FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F774FA is #088B05. Grayscale: #AAAAAA. Windows color (decimal): -559878 or 16413943. OLE color: 16413943.

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

Color convert

RGB247116250-
CMYK0.010.5400.02
HSL298.66º93.06%71.76%-
HSV(B)298.66º53.6%98.04%-
XYZ61.8639.1794.74-
YUV170.44172.9182.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 116 (45.70% from 255) = 18.92%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=40.29%
G=18.92%
B=40.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471162500.010.5400.02298.6693.0671.76
HexF774FA1360212b5d48
Octal36716437216602453135110
Binary11110111111010011111010111011001010010101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F774FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F774FA; }

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

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

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

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

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

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

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

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