#F273FE

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

Shades of Fuchsia Pink #F273FE

Tints of Fuchsia Pink #F273FE

Color information

#F273FE (or 0xF273FE) is unknown color: approx Fuchsia Pink. HEX triplet: F2, 73 and FE. RGB value is (242,115,254). Sum of RGB (Red+Green+Blue) = 242+115+254=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 115 (45.31% from 255 or 18.82% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #F273FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F273FE is #0D8C01. Grayscale: #A8A8A8. Windows color (decimal): -887810 or 16675826. OLE color: 16675826.

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

Color convert

RGB242115254-
CMYK0.050.5500.00
HSL294.82º98.58%72.35%-
HSV(B)294.82º54.72%99.61%-
XYZ60.6438.2997.96-
YUV168.82176.08180.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.61%
GREEN value IS 115 (45.31% from 255) = 18.82%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=39.61%
G=18.82%
B=41.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421152540.050.5500.00294.8298.5872.35
HexF273FE537001276348
Octal36216337656700447143110
Binary111100101110011111111101011101110010010011111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F273FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F273FE; }

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

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

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

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

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

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

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

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