Html Css Color HEX #F381ED Violet

📋 copy color: '#F381ED'

red 243 ◦ green 129 ◦ blue 237

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

Shades of Violet #F381ED

Tints of Violet #F381ED

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.18%

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

R = 39.9%
G = 21.18%
B = 38.92%

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

#F381ED (or 0xF381ED) is known color: Violet. HEX triplet: F3, 81 and ED. RGB value is (243,129,237). Sum of RGB (Red+Green+Blue) = 243+129+237=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 129 (50.78% from 255 or 21.18% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F381ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F381ED is #0C7E12. Grayscale: #AFAFAF. Windows color (decimal): -818707 or 15565299. OLE color: 15565299.

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

Color convert

RGB 243 129 237 -
CMYK 0 0.47 0.02 0.05
HSL 303.16º 0.83% 0.73% -
HSV(B) 303.16º 0.47% 0.95% -
XYZ 60.1 40.87 84.84 -
YUV 175.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 243 129 237 0 0.47 0.02 0.05 303.16 0.83 0.73
Hex F3 81 ED 0 2F 2 5 12F 53 49
Octal 363 201 355 0 57 2 5 457 123 111
Binary 11110011 10000001 11101101 0 101111 10 101 100101111 1010011 1001001

Color Harmonies of #F381ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F381ED

Black with #F381ED

Text Example


Text Example

White with #F381ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F381ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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