#F277F8

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

Shades of Fuchsia Pink #F277F8

Tints of Fuchsia Pink #F277F8

Color information

#F277F8 (or 0xF277F8) is unknown color: approx Fuchsia Pink. HEX triplet: F2, 77 and F8. RGB value is (242,119,248). Sum of RGB (Red+Green+Blue) = 242+119+248=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 119 (46.88% from 255 or 19.54% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #F277F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F277F8 is #0D8807. Grayscale: #AAAAAA. Windows color (decimal): -886792 or 16283634. OLE color: 16283634.

HSL color Cylindrical-coordinate representation of color #F277F8: hue angle of 297.21º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F277F8 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB242119248-
CMYK0.020.5200.03
HSL297.21º90.21%71.96%-
HSV(B)297.21º52.02%97.25%-
XYZ60.1638.8593.13-
YUV170.48171.75179.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.74%
GREEN value IS 119 (46.88% from 255) = 19.54%
BLUE value IS 248 (97.27% from 255) = 40.72%
R=39.74%
G=19.54%
B=40.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2421192480.020.5200.03297.2190.2171.96
HexF277F8234031295a48
Octal36216737026403451132110
Binary111100101110111111110001011010001110010100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F277F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F277F8; }

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

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

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

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

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

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

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

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