Html Css Color HEX #F181F0 Violet

📋 copy color: '#F181F0'

red 241 ◦ green 129 ◦ blue 240

#F181F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #F181F0

Tints of Violet #F181F0

RGB

 RED value IS 241 (94.53% from 255) = 39.51%

 GREEN value IS 129 (50.78% from 255) = 21.15%

 BLUE value IS 240 (94.14% from 255) = 39.34%

R = 39.51%
G = 21.15%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F181F0 (or 0xF181F0) is known color: Violet. HEX triplet: F1, 81 and F0. RGB value is (241,129,240). Sum of RGB (Red+Green+Blue) = 241+129+240=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 129 (50.78% from 255 or 21.15% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F181F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F181F0 is #0E7E0F. Grayscale: #AEAEAE. Windows color (decimal): -949776 or 15761905. OLE color: 15761905.

HSL color Cylindrical-coordinate representation of color #F181F0: hue angle of 300.54º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F181F0 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 129 240 -
CMYK 0 0.46 0.00 0.05
HSL 300.54º 0.8% 0.73% -
HSV(B) 300.54º 0.46% 0.95% -
XYZ 59.85 40.69 87.14 -
YUV 175.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 241 129 240 0 0.46 0.00 0.05 300.54 0.8 0.73
Hex F1 81 F0 0 2E 0 5 12D 50 49
Octal 361 201 360 0 56 0 5 455 120 111
Binary 11110001 10000001 11110000 0 101110 0 101 100101101 1010000 1001001

Color Harmonies of #F181F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F181F0

Black with #F181F0

Text Example


Text Example

White with #F181F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F181F0; }

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

 H1.HeaderClassName
 {
   color: #F181F0;
 }
 .AnyTagClassName
 {
   color: #F181F0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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