Html Css Color HEX #F18EFD Violet

📋 copy color: '#F18EFD'

red 241 ◦ green 142 ◦ blue 253

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

Shades of Violet #F18EFD

Tints of Violet #F18EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 22.33%

 BLUE value IS 253 (99.22% from 255) = 39.78%

R = 37.89%
G = 22.33%
B = 39.78%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F18EFD (or 0xF18EFD) is known color: Violet. HEX triplet: F1, 8E and FD. RGB value is (241,142,253). Sum of RGB (Red+Green+Blue) = 241+142+253=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 142 (55.86% from 255 or 22.33% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #F18EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18EFD is #0E7102. Grayscale: #B7B7B7. Windows color (decimal): -946435 or 16617201. OLE color: 16617201.

HSL color Cylindrical-coordinate representation of color #F18EFD: hue angle of 293.51º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F18EFD is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 142 253 -
CMYK 0.05 0.44 0 0.01
HSL 293.51º 0.97% 0.77% -
HSV(B) 293.51º 0.44% 0.99% -
XYZ 63.68 45.14 98.28 -
YUV 184.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 241 142 253 0.05 0.44 0 0.01 293.51 0.97 0.77
Hex F1 8E FD 5 2C 0 1 126 61 4D
Octal 361 216 375 5 54 0 1 446 141 115
Binary 11110001 10001110 11111101 101 101100 0 1 100100110 1100001 1001101

Color Harmonies of #F18EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18EFD

Black with #F18EFD

Text Example


Text Example

White with #F18EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18EFD; }

 p { color: rgb(241,142,253); }

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

background-color css

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

 a { background-color: rgb(241,142,253); }

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

border-color css

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

 span { border-color: rgb(241,142,253); }

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