#F674FF

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

Shades of Fuchsia Pink #F674FF

Tints of Fuchsia Pink #F674FF

Color information

#F674FF (or 0xF674FF) is unknown color: approx Fuchsia Pink. HEX triplet: F6, 74 and FF. RGB value is (246,116,255). Sum of RGB (Red+Green+Blue) = 246+116+255=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 116 (45.70% from 255 or 18.80% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #F674FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F674FF is #098B00. Grayscale: #AAAAAA. Windows color (decimal): -625409 or 16741622. OLE color: 16741622.

HSL color Cylindrical-coordinate representation of color #F674FF: hue angle of 296.12º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F674FF is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB246116255-
CMYK0.040.5500
HSL296.12º100%72.75%-
HSV(B)296.12º54.51%100%-
XYZ62.339.398.91-
YUV170.72175.57181.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.87%
GREEN value IS 116 (45.70% from 255) = 18.80%
BLUE value IS 255 (100% from 255) = 41.33%
R=39.87%
G=18.80%
B=41.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2461162550.040.5500296.1210072.75
HexF674FF437001286449
Octal36616437746700450144111
Binary111101101110100111111111001101110010010100011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F674FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F674FF; }

 p { color: rgb(246,116,255); }

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

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

 a { background-color: rgb(246,116,255); }

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

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

 span { border-color: rgb(246,116,255); }

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