#F275FC

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

Shades of Fuchsia Pink #F275FC

Tints of Fuchsia Pink #F275FC

Color information

#F275FC (or 0xF275FC) is unknown color: approx Fuchsia Pink. HEX triplet: F2, 75 and FC. RGB value is (242,117,252). Sum of RGB (Red+Green+Blue) = 242+117+252=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 117 (46.09% from 255 or 19.15% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #F275FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F275FC is #0D8A03. Grayscale: #A9A9A9. Windows color (decimal): -887300 or 16545266. OLE color: 16545266.

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

Color convert

RGB242117252-
CMYK0.040.5400.01
HSL295.56º95.74%72.35%-
HSV(B)295.56º53.57%98.82%-
XYZ60.5538.6396.36-
YUV169.76174.41179.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.61%
GREEN value IS 117 (46.09% from 255) = 19.15%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=39.61%
G=19.15%
B=41.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421172520.040.5400.01295.5695.7472.35
HexF275FC436011286048
Octal36216537446601450140110
Binary111100101110101111111001001101100110010100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F275FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F275FC; }

 p { color: rgb(242,117,252); }

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

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

 a { background-color: rgb(242,117,252); }

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

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

 span { border-color: rgb(242,117,252); }

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