#F27AFF

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

Shades of Fuchsia Pink #F27AFF

Tints of Fuchsia Pink #F27AFF

Color information

#F27AFF (or 0xF27AFF) is unknown color: approx Fuchsia Pink. HEX triplet: F2, 7A and FF. RGB value is (242,122,255). Sum of RGB (Red+Green+Blue) = 242+122+255=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 122 (48.05% from 255 or 19.71% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #F27AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27AFF is #0D8500. Grayscale: #ACACAC. Windows color (decimal): -886017 or 16743154. OLE color: 16743154.

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

Color convert

RGB242122255-
CMYK0.050.5200
HSL294.14º100%73.92%-
HSV(B)294.14º52.16%100%-
XYZ61.6340.0299.08-
YUV173.04174.26177.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 122 (48.05% from 255) = 19.71%
BLUE value IS 255 (100% from 255) = 41.20%
R=39.10%
G=19.71%
B=41.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421222550.050.5200294.1410073.92
HexF27AFF53400126644a
Octal36217237756400446144112
Binary111100101111010111111111011101000010010011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27AFF; }

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

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

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

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

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

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

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

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