#F67DFD

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

Shades of Fuchsia Pink #F67DFD

Tints of Fuchsia Pink #F67DFD

Color information

#F67DFD (or 0xF67DFD) is unknown color: approx Fuchsia Pink. HEX triplet: F6, 7D and FD. RGB value is (246,125,253). Sum of RGB (Red+Green+Blue) = 246+125+253=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 125 (49.22% from 255 or 20.03% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #F67DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67DFD is #098202. Grayscale: #AFAFAF. Windows color (decimal): -623107 or 16612854. OLE color: 16612854.

HSL color Cylindrical-coordinate representation of color #F67DFD: hue angle of 296.72º 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 #F67DFD is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246125253-
CMYK0.030.5100.01
HSL296.72º96.97%74.12%-
HSV(B)296.72º50.59%99.22%-
XYZ63.0741.3597.59-
YUV175.77171.59178.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.42%
GREEN value IS 125 (49.22% from 255) = 20.03%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=39.42%
G=20.03%
B=40.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461252530.030.5100.01296.7296.9774.12
HexF67DFD33301129614a
Octal36617537536301451141112
Binary11110110111110111111101111100110110010100111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67DFD; }

 p { color: rgb(246,125,253); }

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

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

 a { background-color: rgb(246,125,253); }

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

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

 span { border-color: rgb(246,125,253); }

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