#F37CFD

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

Shades of Fuchsia Pink #F37CFD

Tints of Fuchsia Pink #F37CFD

Color information

#F37CFD (or 0xF37CFD) is unknown color: approx Fuchsia Pink. HEX triplet: F3, 7C and FD. RGB value is (243,124,253). Sum of RGB (Red+Green+Blue) = 243+124+253=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 124 (48.83% from 255 or 20% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #F37CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37CFD is #0C8302. Grayscale: #ADADAD. Windows color (decimal): -819971 or 16612595. OLE color: 16612595.

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

Color convert

RGB243124253-
CMYK0.040.5100.01
HSL295.35º96.99%73.92%-
HSV(B)295.35º50.99%99.22%-
XYZ61.940.5697.5-
YUV174.29172.42177.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.19%
GREEN value IS 124 (48.83% from 255) = 20%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=39.19%
G=20%
B=40.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2431242530.040.5100.01295.3596.9973.92
HexF37CFD43301127614a
Octal36317437546301447141112
Binary111100111111100111111011001100110110010011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37CFD; }

 p { color: rgb(243,124,253); }

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

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

 a { background-color: rgb(243,124,253); }

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

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

 span { border-color: rgb(243,124,253); }

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