#FF7AF2

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

Shades of Fuchsia Pink #FF7AF2

Tints of Fuchsia Pink #FF7AF2

Color information

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

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

Color convert

RGB255122242-
CMYK00.520.050
HSL305.86º100%73.92%-
HSV(B)305.86º52.16%100%-
XYZ64.2341.5988.65-
YUV175.45165.56184.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512224200.520.050305.8610073.92
HexFF7AF203450132644a
Octal37717236206450462144112
Binary111111111111010111100100110100101010011001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7AF2; }

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

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

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

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

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

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

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

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