Html Css Color HEX #F18CF0 Violet

📋 copy color: '#F18CF0'

red 241 ◦ green 140 ◦ blue 240

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

Shades of Violet #F18CF0

Tints of Violet #F18CF0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.54%

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

R = 38.81%
G = 22.54%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F18CF0 (or 0xF18CF0) is known color: Violet. HEX triplet: F1, 8C and F0. RGB value is (241,140,240). Sum of RGB (Red+Green+Blue) = 241+140+240=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 140 (55.08% from 255 or 22.54% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18CF0 is #0E730F. Grayscale: #B5B5B5. Windows color (decimal): -946960 or 15764721. OLE color: 15764721.

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

Color convert

RGB 241 140 240 -
CMYK 0 0.42 0.00 0.05
HSL 300.59º 0.78% 0.75% -
HSV(B) 300.59º 0.42% 0.95% -
XYZ 61.38 43.75 87.65 -
YUV 181.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 241 140 240 0 0.42 0.00 0.05 300.59 0.78 0.75
Hex F1 8C F0 0 2A 0 5 12D 4E 4B
Octal 361 214 360 0 52 0 5 455 116 113
Binary 11110001 10001100 11110000 0 101010 0 101 100101101 1001110 1001011

Color Harmonies of #F18CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CF0

Black with #F18CF0

Text Example


Text Example

White with #F18CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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