#F274F9

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

Shades of Fuchsia Pink #F274F9

Tints of Fuchsia Pink #F274F9

Color information

#F274F9 (or 0xF274F9) is unknown color: approx Fuchsia Pink. HEX triplet: F2, 74 and F9. RGB value is (242,116,249). Sum of RGB (Red+Green+Blue) = 242+116+249=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 116 (45.70% from 255 or 19.11% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #F274F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F274F9 is #0D8B06. Grayscale: #A8A8A8. Windows color (decimal): -887559 or 16348402. OLE color: 16348402.

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

Color convert

RGB242116249-
CMYK0.030.5300.02
HSL296.84º91.72%71.57%-
HSV(B)296.84º53.41%97.65%-
XYZ59.9638.2193.84-
YUV168.84173.24180.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.87%
GREEN value IS 116 (45.70% from 255) = 19.11%
BLUE value IS 249 (97.66% from 255) = 41.02%
R=39.87%
G=19.11%
B=41.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421162490.030.5300.02296.8491.7271.57
HexF274F9335021295c48
Octal36216437136502451134110
Binary111100101110100111110011111010101010010100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F274F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F274F9; }

 p { color: rgb(242,116,249); }

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

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

 a { background-color: rgb(242,116,249); }

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

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

 span { border-color: rgb(242,116,249); }

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