#F274FF

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

Shades of Fuchsia Pink #F274FF

Tints of Fuchsia Pink #F274FF

Color information

#F274FF (or 0xF274FF) is unknown color: approx Fuchsia Pink. HEX triplet: F2, 74 and FF. RGB value is (242,116,255). Sum of RGB (Red+Green+Blue) = 242+116+255=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 116 (45.70% from 255 or 18.92% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #F274FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F274FF is #0D8B00. Grayscale: #A9A9A9. Windows color (decimal): -887553 or 16741618. OLE color: 16741618.

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

Color convert

RGB242116255-
CMYK0.050.5500
HSL294.39º100%72.75%-
HSV(B)294.39º54.51%100%-
XYZ60.9138.5998.85-
YUV169.52176.24179.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.48%
GREEN value IS 116 (45.70% from 255) = 18.92%
BLUE value IS 255 (100% from 255) = 41.60%
R=39.48%
G=18.92%
B=41.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421162550.050.5500294.3910072.75
HexF274FF537001266449
Octal36216437756700446144111
Binary111100101110100111111111011101110010010011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F274FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F274FF; }

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

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

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

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

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

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

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

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