#F674F4

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

Shades of Fuchsia Pink #F674F4

Tints of Fuchsia Pink #F674F4

Color information

#F674F4 (or 0xF674F4) is unknown color: approx Fuchsia Pink. HEX triplet: F6, 74 and F4. RGB value is (246,116,244). Sum of RGB (Red+Green+Blue) = 246+116+244=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 116 (45.70% from 255 or 19.14% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F674F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F674F4 is #098B0B. Grayscale: #A9A9A9. Windows color (decimal): -625420 or 16020726. OLE color: 16020726.

HSL color Cylindrical-coordinate representation of color #F674F4: hue angle of 300.92º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F674F4 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB246116244-
CMYK00.530.010.04
HSL300.92º87.84%70.98%-
HSV(B)300.92º52.85%96.47%-
XYZ60.5838.6289.85-
YUV169.46170.07182.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.59%
GREEN value IS 116 (45.70% from 255) = 19.14%
BLUE value IS 244 (95.70% from 255) = 40.26%
R=40.59%
G=19.14%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611624400.530.010.04300.9287.8470.98
HexF674F40351412d5847
Octal36616436406514455130107
Binary111101101110100111101000110101110010010110110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F674F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F674F4; }

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

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

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

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

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

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

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

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