#F37AFE

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

Shades of Fuchsia Pink #F37AFE

Tints of Fuchsia Pink #F37AFE

Color information

#F37AFE (or 0xF37AFE) is unknown color: approx Fuchsia Pink. HEX triplet: F3, 7A and FE. RGB value is (243,122,254). Sum of RGB (Red+Green+Blue) = 243+122+254=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 122 (48.05% from 255 or 19.71% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #F37AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37AFE is #0C8501. Grayscale: #ACACAC. Windows color (decimal): -820482 or 16677619. OLE color: 16677619.

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

Color convert

RGB243122254-
CMYK0.040.5200.00
HSL295º98.51%73.73%-
HSV(B)295º51.97%99.61%-
XYZ61.8140.1398.25-
YUV173.23173.59177.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.26%
GREEN value IS 122 (48.05% from 255) = 19.71%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=39.26%
G=19.71%
B=41.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2431222540.040.5200.0029598.5173.73
HexF37AFE43400127634a
Octal36317237646400447143112
Binary111100111111010111111101001101000010010011111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37AFE; }

 p { color: rgb(243,122,254); }

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

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

 a { background-color: rgb(243,122,254); }

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

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

 span { border-color: rgb(243,122,254); }

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