Html Css Color HEX #F384EE Violet

📋 copy color: '#F384EE'

red 243 ◦ green 132 ◦ blue 238

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

Shades of Violet #F384EE

Tints of Violet #F384EE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.53%

 BLUE value IS 238 (93.36% from 255) = 38.83%

R = 39.64%
G = 21.53%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F384EE (or 0xF384EE) is known color: Violet. HEX triplet: F3, 84 and EE. RGB value is (243,132,238). Sum of RGB (Red+Green+Blue) = 243+132+238=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 132 (51.95% from 255 or 21.53% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F384EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F384EE is #0C7B11. Grayscale: #B0B0B0. Windows color (decimal): -817938 or 15631603. OLE color: 15631603.

HSL color Cylindrical-coordinate representation of color #F384EE: hue angle of 302.7º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F384EE is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 132 238 -
CMYK 0 0.46 0.02 0.05
HSL 302.7º 0.82% 0.74% -
HSV(B) 302.7º 0.46% 0.95% -
XYZ 60.65 41.73 85.75 -
YUV 177.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 243 132 238 0 0.46 0.02 0.05 302.7 0.82 0.74
Hex F3 84 EE 0 2E 2 5 12F 52 4A
Octal 363 204 356 0 56 2 5 457 122 112
Binary 11110011 10000100 11101110 0 101110 10 101 100101111 1010010 1001010

Color Harmonies of #F384EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384EE

Black with #F384EE

Text Example


Text Example

White with #F384EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384EE; }

 p { color: rgb(243,132,238); }

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

background-color css

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

 a { background-color: rgb(243,132,238); }

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

border-color css

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

 span { border-color: rgb(243,132,238); }

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