#F67BFA

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

Shades of Fuchsia Pink #F67BFA

Tints of Fuchsia Pink #F67BFA

Color information

#F67BFA (or 0xF67BFA) is unknown color: approx Fuchsia Pink. HEX triplet: F6, 7B and FA. RGB value is (246,123,250). Sum of RGB (Red+Green+Blue) = 246+123+250=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 123 (48.44% from 255 or 19.87% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #F67BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67BFA is #098405. Grayscale: #ADADAD. Windows color (decimal): -623622 or 16415734. OLE color: 16415734.

HSL color Cylindrical-coordinate representation of color #F67BFA: hue angle of 298.11º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F67BFA is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246123250-
CMYK0.020.5100.02
HSL298.11º92.7%73.14%-
HSV(B)298.11º50.8%98.04%-
XYZ62.3440.6695-
YUV174.26170.75179.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.74%
GREEN value IS 123 (48.44% from 255) = 19.87%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=39.74%
G=19.87%
B=40.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461232500.020.5100.02298.1192.773.14
HexF67BFA2330212a5d49
Octal36617337226302452135111
Binary111101101111011111110101011001101010010101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67BFA; }

 p { color: rgb(246,123,250); }

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

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

 a { background-color: rgb(246,123,250); }

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

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

 span { border-color: rgb(246,123,250); }

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