Html Css Color HEX #F380ED Violet

📋 copy color: '#F380ED'

red 243 ◦ green 128 ◦ blue 237

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

Shades of Violet #F380ED

Tints of Violet #F380ED

RGB

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

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

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

R = 39.97%
G = 21.05%
B = 38.98%

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

#F380ED (or 0xF380ED) is known color: Violet. HEX triplet: F3, 80 and ED. RGB value is (243,128,237). Sum of RGB (Red+Green+Blue) = 243+128+237=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 128 (50.39% from 255 or 21.05% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F380ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F380ED is #0C7F12. Grayscale: #AEAEAE. Windows color (decimal): -818963 or 15565043. OLE color: 15565043.

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

Color convert

RGB 243 128 237 -
CMYK 0 0.47 0.02 0.05
HSL 303.13º 0.83% 0.73% -
HSV(B) 303.13º 0.47% 0.95% -
XYZ 59.97 40.61 84.8 -
YUV 174.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 243 128 237 0 0.47 0.02 0.05 303.13 0.83 0.73
Hex F3 80 ED 0 2F 2 5 12F 53 49
Octal 363 200 355 0 57 2 5 457 123 111
Binary 11110011 10000000 11101101 0 101111 10 101 100101111 1010011 1001001

Color Harmonies of #F380ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380ED

Black with #F380ED

Text Example


Text Example

White with #F380ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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