#FF4FE7

Color #FF4FE7 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #FF4FE7

Tints of Free Speech Magenta #FF4FE7

Color information

#FF4FE7 (or 0xFF4FE7) is unknown color: approx Free Speech Magenta. HEX triplet: FF, 4F and E7. RGB value is (255,79,231). Sum of RGB (Red+Green+Blue) = 255+79+231=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 79 (31.25% from 255 or 13.98% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4FE7 is #00B018. Grayscale: #949494. Windows color (decimal): -45081 or 15159295. OLE color: 15159295.

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

Color convert

RGB25579231-
CMYK00.690.090
HSL308.18º100%65.49%-
HSV(B)308.18º69.02%100%-
XYZ58.4632.6278.82-
YUV148.95174.31203.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 79 (31.25% from 255) = 13.98%
BLUE value IS 231 (90.62% from 255) = 40.88%
R=45.13%
G=13.98%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557923100.690.090308.1810065.49
HexFF4FE7045901346441
Octal3771173470105110464144101
Binary11111111100111111100111010001011001010011010011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4FE7; }

 p { color: rgb(255,79,231); }

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

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

 a { background-color: rgb(255,79,231); }

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

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

 span { border-color: rgb(255,79,231); }

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