#F67CFD

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

Shades of Fuchsia Pink #F67CFD

Tints of Fuchsia Pink #F67CFD

Color information

#F67CFD (or 0xF67CFD) is unknown color: approx Fuchsia Pink. HEX triplet: F6, 7C and FD. RGB value is (246,124,253). Sum of RGB (Red+Green+Blue) = 246+124+253=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 124 (48.83% from 255 or 19.90% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #F67CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67CFD is #098302. Grayscale: #AEAEAE. Windows color (decimal): -623363 or 16612598. OLE color: 16612598.

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

Color convert

RGB246124253-
CMYK0.030.5100.01
HSL296.74º96.99%73.92%-
HSV(B)296.74º50.99%99.22%-
XYZ62.9441.197.54-
YUV175.18171.92178.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.49%
GREEN value IS 124 (48.83% from 255) = 19.90%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=39.49%
G=19.90%
B=40.61%

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
Decimal2461242530.030.5100.01296.7496.9973.92
HexF67CFD33301129614a
Octal36617437536301451141112
Binary11110110111110011111101111100110110010100111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67CFD; }

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

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

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

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

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

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

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

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