Html Css Color HEX #F18DF0 Violet

📋 copy color: '#F18DF0'

red 241 ◦ green 141 ◦ blue 240

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

Shades of Violet #F18DF0

Tints of Violet #F18DF0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.67%

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

R = 38.75%
G = 22.67%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F18DF0 (or 0xF18DF0) is known color: Violet. HEX triplet: F1, 8D and F0. RGB value is (241,141,240). Sum of RGB (Red+Green+Blue) = 241+141+240=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 141 (55.47% from 255 or 22.67% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18DF0 is #0E720F. Grayscale: #B5B5B5. Windows color (decimal): -946704 or 15764977. OLE color: 15764977.

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

Color convert

RGB 241 141 240 -
CMYK 0 0.41 0.00 0.05
HSL 300.6º 0.78% 0.75% -
HSV(B) 300.6º 0.41% 0.95% -
XYZ 61.53 44.04 87.7 -
YUV 182.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 241 141 240 0 0.41 0.00 0.05 300.6 0.78 0.75
Hex F1 8D F0 0 29 0 5 12D 4E 4B
Octal 361 215 360 0 51 0 5 455 116 113
Binary 11110001 10001101 11110000 0 101001 0 101 100101101 1001110 1001011

Color Harmonies of #F18DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DF0

Black with #F18DF0

Text Example


Text Example

White with #F18DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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