Html Css Color HEX #F382ED Violet

📋 copy color: '#F382ED'

red 243 ◦ green 130 ◦ blue 237

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

Shades of Violet #F382ED

Tints of Violet #F382ED

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.31%

 BLUE value IS 237 (92.97% from 255) = 38.85%

R = 39.84%
G = 21.31%
B = 38.85%

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

#F382ED (or 0xF382ED) is known color: Violet. HEX triplet: F3, 82 and ED. RGB value is (243,130,237). Sum of RGB (Red+Green+Blue) = 243+130+237=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 130 (51.17% from 255 or 21.31% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F382ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F382ED is #0C7D12. Grayscale: #AFAFAF. Windows color (decimal): -818451 or 15565555. OLE color: 15565555.

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

Color convert

RGB 243 130 237 -
CMYK 0 0.47 0.02 0.05
HSL 303.19º 0.82% 0.73% -
HSV(B) 303.19º 0.47% 0.95% -
XYZ 60.23 41.13 84.89 -
YUV 175.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 243 130 237 0 0.47 0.02 0.05 303.19 0.82 0.73
Hex F3 82 ED 0 2F 2 5 12F 52 49
Octal 363 202 355 0 57 2 5 457 122 111
Binary 11110011 10000010 11101101 0 101111 10 101 100101111 1010010 1001001

Color Harmonies of #F382ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F382ED

Black with #F382ED

Text Example


Text Example

White with #F382ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F382ED; }

 p { color: rgb(243,130,237); }

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

background-color css

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

 a { background-color: rgb(243,130,237); }

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

border-color css

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

 span { border-color: rgb(243,130,237); }

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