#F277FE

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

Shades of Fuchsia Pink #F277FE

Tints of Fuchsia Pink #F277FE

Color information

#F277FE (or 0xF277FE) is unknown color: approx Fuchsia Pink. HEX triplet: F2, 77 and FE. RGB value is (242,119,254). Sum of RGB (Red+Green+Blue) = 242+119+254=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 119 (46.88% from 255 or 19.35% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #F277FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F277FE is #0D8801. Grayscale: #AAAAAA. Windows color (decimal): -886786 or 16676850. OLE color: 16676850.

HSL color Cylindrical-coordinate representation of color #F277FE: hue angle of 294.67º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F277FE is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB242119254-
CMYK0.050.5300.00
HSL294.67º98.54%73.14%-
HSV(B)294.67º53.15%99.61%-
XYZ61.139.2398.12-
YUV171.17174.75178.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 119 (46.88% from 255) = 19.35%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=39.35%
G=19.35%
B=41.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421192540.050.5300.00294.6798.5473.14
HexF277FE535001276349
Octal36216737656500447143111
Binary111100101110111111111101011101010010010011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F277FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F277FE; }

 p { color: rgb(242,119,254); }

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

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

 a { background-color: rgb(242,119,254); }

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

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

 span { border-color: rgb(242,119,254); }

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