Html Css Color HEX #F38DF1 Violet

📋 copy color: '#F38DF1'

red 243 ◦ green 141 ◦ blue 241

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

Shades of Violet #F38DF1

Tints of Violet #F38DF1

RGB

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

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

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

R = 38.88%
G = 22.56%
B = 38.56%

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

#F38DF1 (or 0xF38DF1) is known color: Violet. HEX triplet: F3, 8D and F1. RGB value is (243,141,241). Sum of RGB (Red+Green+Blue) = 243+141+241=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 141 (55.47% from 255 or 22.56% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38DF1 is #0C720E. Grayscale: #B6B6B6. Windows color (decimal): -815631 or 15830515. OLE color: 15830515.

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

Color convert

RGB 243 141 241 -
CMYK 0 0.42 0.01 0.05
HSL 301.18º 0.81% 0.75% -
HSV(B) 301.18º 0.42% 0.95% -
XYZ 62.36 44.46 88.51 -
YUV 182.9 160.79 170.87 -
System Red Green Blue C M Y K H S L
Decimal 243 141 241 0 0.42 0.01 0.05 301.18 0.81 0.75
Hex F3 8D F1 0 2A 1 5 12D 51 4B
Octal 363 215 361 0 52 1 5 455 121 113
Binary 11110011 10001101 11110001 0 101010 1 101 100101101 1010001 1001011

Color Harmonies of #F38DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38DF1

Black with #F38DF1

Text Example


Text Example

White with #F38DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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