#F278FF

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

Shades of Fuchsia Pink #F278FF

Tints of Fuchsia Pink #F278FF

Color information

#F278FF (or 0xF278FF) is unknown color: approx Fuchsia Pink. HEX triplet: F2, 78 and FF. RGB value is (242,120,255). Sum of RGB (Red+Green+Blue) = 242+120+255=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 120 (47.27% from 255 or 19.45% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #F278FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F278FF is #0D8700. Grayscale: #ABABAB. Windows color (decimal): -886529 or 16742642. OLE color: 16742642.

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

Color convert

RGB242120255-
CMYK0.050.5300
HSL294.22º100%73.53%-
HSV(B)294.22º52.94%100%-
XYZ61.3839.5399-
YUV171.87174.92178.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.22%
GREEN value IS 120 (47.27% from 255) = 19.45%
BLUE value IS 255 (100% from 255) = 41.33%
R=39.22%
G=19.45%
B=41.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421202550.050.5300294.2210073.53
HexF278FF53500126644a
Octal36217037756500446144112
Binary111100101111000111111111011101010010010011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F278FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F278FF; }

 p { color: rgb(242,120,255); }

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

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

 a { background-color: rgb(242,120,255); }

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

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

 span { border-color: rgb(242,120,255); }

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