Html Css Color HEX #F380EC Violet

📋 copy color: '#F380EC'

red 243 ◦ green 128 ◦ blue 236

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

Shades of Violet #F380EC

Tints of Violet #F380EC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.09%

 BLUE value IS 236 (92.58% from 255) = 38.88%

R = 40.03%
G = 21.09%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F380EC (or 0xF380EC) is known color: Violet. HEX triplet: F3, 80 and EC. RGB value is (243,128,236). Sum of RGB (Red+Green+Blue) = 243+128+236=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 128 (50.39% from 255 or 21.09% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F380EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F380EC is #0C7F13. Grayscale: #AEAEAE. Windows color (decimal): -818964 or 15499507. OLE color: 15499507.

HSL color Cylindrical-coordinate representation of color #F380EC: hue angle of 303.65º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F380EC is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 128 236 -
CMYK 0 0.47 0.03 0.05
HSL 303.65º 0.83% 0.73% -
HSV(B) 303.65º 0.47% 0.95% -
XYZ 59.82 40.55 84.03 -
YUV 174.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 243 128 236 0 0.47 0.03 0.05 303.65 0.83 0.73
Hex F3 80 EC 0 2F 3 5 130 53 49
Octal 363 200 354 0 57 3 5 460 123 111
Binary 11110011 10000000 11101100 0 101111 11 101 100110000 1010011 1001001

Color Harmonies of #F380EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380EC

Black with #F380EC

Text Example


Text Example

White with #F380EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380EC; }

 p { color: rgb(243,128,236); }

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

background-color css

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

 a { background-color: rgb(243,128,236); }

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

border-color css

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

 span { border-color: rgb(243,128,236); }

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