Html Css Color HEX #F38EF1 Violet

📋 copy color: '#F38EF1'

red 243 ◦ green 142 ◦ blue 241

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

Shades of Violet #F38EF1

Tints of Violet #F38EF1

RGB

 RED value IS 243 (95.31% from 255) = 38.82%

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

 BLUE value IS 241 (94.53% from 255) = 38.5%

R = 38.82%
G = 22.68%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F38EF1 (or 0xF38EF1) is known color: Violet. HEX triplet: F3, 8E and F1. RGB value is (243,142,241). Sum of RGB (Red+Green+Blue) = 243+142+241=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 142 (55.86% from 255 or 22.68% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F38EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38EF1 is #0C710E. Grayscale: #B7B7B7. Windows color (decimal): -815375 or 15830771. OLE color: 15830771.

HSL color Cylindrical-coordinate representation of color #F38EF1: hue angle of 301.19º degrees, saturation: 0.81, 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 #F38EF1 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 142 241 -
CMYK 0 0.42 0.01 0.05
HSL 301.19º 0.81% 0.75% -
HSV(B) 301.19º 0.42% 0.95% -
XYZ 62.51 44.75 88.56 -
YUV 183.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 243 142 241 0 0.42 0.01 0.05 301.19 0.81 0.75
Hex F3 8E F1 0 2A 1 5 12D 51 4B
Octal 363 216 361 0 52 1 5 455 121 113
Binary 11110011 10001110 11110001 0 101010 1 101 100101101 1010001 1001011

Color Harmonies of #F38EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38EF1

Black with #F38EF1

Text Example


Text Example

White with #F38EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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