Html Css Color HEX #F380EF Violet

📋 copy color: '#F380EF'

red 243 ◦ green 128 ◦ blue 239

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

Shades of Violet #F380EF

Tints of Violet #F380EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.18%

R = 39.84%
G = 20.98%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F380EF (or 0xF380EF) is known color: Violet. HEX triplet: F3, 80 and EF. RGB value is (243,128,239). Sum of RGB (Red+Green+Blue) = 243+128+239=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F380EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F380EF is #0C7F10. Grayscale: #AEAEAE. Windows color (decimal): -818961 or 15696115. OLE color: 15696115.

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

Color convert

RGB 243 128 239 -
CMYK 0 0.47 0.02 0.05
HSL 302.09º 0.83% 0.73% -
HSV(B) 302.09º 0.47% 0.95% -
XYZ 60.26 40.73 86.35 -
YUV 175.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 243 128 239 0 0.47 0.02 0.05 302.09 0.83 0.73
Hex F3 80 EF 0 2F 2 5 12E 53 49
Octal 363 200 357 0 57 2 5 456 123 111
Binary 11110011 10000000 11101111 0 101111 10 101 100101110 1010011 1001001

Color Harmonies of #F380EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380EF

Black with #F380EF

Text Example


Text Example

White with #F380EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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