#F37DFF

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

Shades of Fuchsia Pink #F37DFF

Tints of Fuchsia Pink #F37DFF

Color information

#F37DFF (or 0xF37DFF) is unknown color: approx Fuchsia Pink. HEX triplet: F3, 7D and FF. RGB value is (243,125,255). Sum of RGB (Red+Green+Blue) = 243+125+255=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 125 (49.22% from 255 or 20.06% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #F37DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37DFF is #0C8200. Grayscale: #AEAEAE. Windows color (decimal): -819713 or 16743923. OLE color: 16743923.

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

Color convert

RGB243125255-
CMYK0.050.5100
HSL294.46º100%74.51%-
HSV(B)294.46º50.98%100%-
XYZ62.3540.9499.22-
YUV175.1173.09176.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.00%
GREEN value IS 125 (49.22% from 255) = 20.06%
BLUE value IS 255 (100% from 255) = 40.93%
R=39.00%
G=20.06%
B=40.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2431252550.050.5100294.4610074.51
HexF37DFF53300126644b
Octal36317537756300446144113
Binary111100111111101111111111011100110010010011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37DFF; }

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

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

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

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

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

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

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

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