#FF7AF1

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

Shades of Fuchsia Pink #FF7AF1

Tints of Fuchsia Pink #FF7AF1

Color information

#FF7AF1 (or 0xFF7AF1) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 7A and F1. RGB value is (255,122,241). Sum of RGB (Red+Green+Blue) = 255+122+241=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 122 (48.05% from 255 or 19.74% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AF1 is #00850E. Grayscale: #AEAEAE. Windows color (decimal): -34063 or 15825663. OLE color: 15825663.

HSL color Cylindrical-coordinate representation of color #FF7AF1: hue angle of 306.32º 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 #FF7AF1 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB255122241-
CMYK00.520.050
HSL306.32º100%73.92%-
HSV(B)306.32º52.16%100%-
XYZ64.0841.5387.86-
YUV175.33165.06184.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 122 (48.05% from 255) = 19.74%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=41.26%
G=19.74%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512224100.520.050306.3210073.92
HexFF7AF103450132644a
Octal37717236106450462144112
Binary111111111111010111100010110100101010011001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7AF1; }

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

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

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

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

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

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

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

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