#FF7AF5

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

Shades of Fuchsia Pink #FF7AF5

Tints of Fuchsia Pink #FF7AF5

Color information

#FF7AF5 (or 0xFF7AF5) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 7A and F5. RGB value is (255,122,245). Sum of RGB (Red+Green+Blue) = 255+122+245=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 122 (48.05% from 255 or 19.61% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AF5 is #00850A. Grayscale: #AFAFAF. Windows color (decimal): -34059 or 16087807. OLE color: 16087807.

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

Color convert

RGB255122245-
CMYK00.520.040
HSL304.51º100%73.92%-
HSV(B)304.51º52.16%100%-
XYZ64.6841.7791.04-
YUV175.79167.06184.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 122 (48.05% from 255) = 19.61%
BLUE value IS 245 (96.09% from 255) = 39.39%
R=41.00%
G=19.61%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512224500.520.040304.5110073.92
HexFF7AF503440131644a
Octal37717236506440461144112
Binary111111111111010111101010110100100010011000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7AF5; }

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

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

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

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

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

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

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

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