#F67BFB

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

Shades of Fuchsia Pink #F67BFB

Tints of Fuchsia Pink #F67BFB

Color information

#F67BFB (or 0xF67BFB) is unknown color: approx Fuchsia Pink. HEX triplet: F6, 7B and FB. RGB value is (246,123,251). Sum of RGB (Red+Green+Blue) = 246+123+251=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 123 (48.44% from 255 or 19.84% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #F67BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67BFB is #098404. Grayscale: #ADADAD. Windows color (decimal): -623621 or 16481270. OLE color: 16481270.

HSL color Cylindrical-coordinate representation of color #F67BFB: hue angle of 297.66º degrees, saturation: 0.94, 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 #F67BFB is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246123251-
CMYK0.020.5100.02
HSL297.66º94.12%73.33%-
HSV(B)297.66º51%98.43%-
XYZ62.540.7295.83-
YUV174.37171.25179.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.68%
GREEN value IS 123 (48.44% from 255) = 19.84%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=39.68%
G=19.84%
B=40.48%

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
Decimal2461232510.020.5100.02297.6694.1273.33
HexF67BFB2330212a5e49
Octal36617337326302452136111
Binary111101101111011111110111011001101010010101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67BFB; }

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

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

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

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

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

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

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

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