#F281FE

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

Shades of Fuchsia Pink #F281FE

Tints of Fuchsia Pink #F281FE

Color information

#F281FE (or 0xF281FE) is unknown color: approx Fuchsia Pink. HEX triplet: F2, 81 and FE. RGB value is (242,129,254). Sum of RGB (Red+Green+Blue) = 242+129+254=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 129 (50.78% from 255 or 20.64% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #F281FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F281FE is #0D7E01. Grayscale: #B0B0B0. Windows color (decimal): -884226 or 16679410. OLE color: 16679410.

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

Color convert

RGB242129254-
CMYK0.050.4900.00
HSL294.24º98.43%75.1%-
HSV(B)294.24º49.21%99.61%-
XYZ62.3641.7398.53-
YUV177.04171.44174.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 129 (50.78% from 255) = 20.64%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=38.72%
G=20.64%
B=40.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421292540.050.4900.00294.2498.4375.1
HexF281FE53100126624b
Octal36220137656100446142113
Binary1111001010000001111111101011100010010010011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F281FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F281FE; }

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

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

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

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

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

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

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

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