#F181F8

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

Shades of Violet #F181F8

Tints of Violet #F181F8

Color information

#F181F8 (or 0xF181F8) is unknown color: approx Violet. HEX triplet: F1, 81 and F8. RGB value is (241,129,248). Sum of RGB (Red+Green+Blue) = 241+129+248=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 129 (50.78% from 255 or 20.87% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #F181F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F181F8 is #0E7E07. Grayscale: #AFAFAF. Windows color (decimal): -949768 or 16286193. OLE color: 16286193.

HSL color Cylindrical-coordinate representation of color #F181F8: hue angle of 296.47º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F181F8 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB241129248-
CMYK0.030.4800.03
HSL296.47º89.47%73.92%-
HSV(B)296.47º47.98%97.25%-
XYZ61.0741.1893.54-
YUV176.05168.61174.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 129 (50.78% from 255) = 20.87%
BLUE value IS 248 (97.27% from 255) = 40.13%
R=39.00%
G=20.87%
B=40.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2411292480.030.4800.03296.4789.4773.92
HexF181F833003128594a
Octal36120137036003450131112
Binary1111000110000001111110001111000001110010100010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F181F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F181F8; }

 p { color: rgb(241,129,248); }

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

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

 a { background-color: rgb(241,129,248); }

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

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

 span { border-color: rgb(241,129,248); }

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