#F37DFB

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

Shades of Fuchsia Pink #F37DFB

Tints of Fuchsia Pink #F37DFB

Color information

#F37DFB (or 0xF37DFB) is unknown color: approx Fuchsia Pink. HEX triplet: F3, 7D and FB. RGB value is (243,125,251). Sum of RGB (Red+Green+Blue) = 243+125+251=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 125 (49.22% from 255 or 20.19% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #F37DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37DFB is #0C8204. Grayscale: #AEAEAE. Windows color (decimal): -819717 or 16481779. OLE color: 16481779.

HSL color Cylindrical-coordinate representation of color #F37DFB: hue angle of 296.19º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37DFB is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243125251-
CMYK0.030.5000.02
HSL296.19º94.03%73.73%-
HSV(B)296.19º50.2%98.43%-
XYZ61.7140.6995.87-
YUV174.65171.09176.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.26%
GREEN value IS 125 (49.22% from 255) = 20.19%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=39.26%
G=20.19%
B=40.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431252510.030.5000.02296.1994.0373.73
HexF37DFB332021285e4a
Octal36317537336202450136112
Binary111100111111101111110111111001001010010100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37DFB; }

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

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

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

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

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

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

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

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