#F37AFF

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

Shades of Fuchsia Pink #F37AFF

Tints of Fuchsia Pink #F37AFF

Color information

#F37AFF (or 0xF37AFF) is unknown color: approx Fuchsia Pink. HEX triplet: F3, 7A and FF. RGB value is (243,122,255). Sum of RGB (Red+Green+Blue) = 243+122+255=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 122 (48.05% from 255 or 19.68% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #F37AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37AFF is #0C8500. Grayscale: #ACACAC. Windows color (decimal): -820481 or 16743155. OLE color: 16743155.

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

Color convert

RGB243122255-
CMYK0.050.5200
HSL294.59º100%73.92%-
HSV(B)294.59º52.16%100%-
XYZ61.9740.1999.1-
YUV173.34174.09177.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.19%
GREEN value IS 122 (48.05% from 255) = 19.68%
BLUE value IS 255 (100% from 255) = 41.13%
R=39.19%
G=19.68%
B=41.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2431222550.050.5200294.5910073.92
HexF37AFF53400127644a
Octal36317237756400447144112
Binary111100111111010111111111011101000010010011111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37AFF; }

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

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

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

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

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

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

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

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