#FF74F2

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

Shades of Fuchsia Pink #FF74F2

Tints of Fuchsia Pink #FF74F2

Color information

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

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

Color convert

RGB255116242-
CMYK00.550.050
HSL305.61º100%72.75%-
HSV(B)305.61º54.51%100%-
XYZ63.5140.1688.41-
YUV171.92167.55187.25-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511624200.550.050305.6110072.75
HexFF74F2037501326449
Octal37716436206750462144111
Binary111111111110100111100100110111101010011001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF74F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF74F2; }

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

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

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

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

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

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

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

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