Html Css Color HEX #F384ED Violet

📋 copy color: '#F384ED'

red 243 ◦ green 132 ◦ blue 237

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

Shades of Violet #F384ED

Tints of Violet #F384ED

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.57%

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

R = 39.71%
G = 21.57%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F384ED (or 0xF384ED) is known color: Violet. HEX triplet: F3, 84 and ED. RGB value is (243,132,237). Sum of RGB (Red+Green+Blue) = 243+132+237=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 132 (51.95% from 255 or 21.57% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F384ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F384ED is #0C7B12. Grayscale: #B0B0B0. Windows color (decimal): -817939 or 15566067. OLE color: 15566067.

HSL color Cylindrical-coordinate representation of color #F384ED: hue angle of 303.24º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F384ED is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 132 237 -
CMYK 0 0.46 0.02 0.05
HSL 303.24º 0.82% 0.74% -
HSV(B) 303.24º 0.46% 0.95% -
XYZ 60.5 41.67 84.98 -
YUV 177.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 243 132 237 0 0.46 0.02 0.05 303.24 0.82 0.74
Hex F3 84 ED 0 2E 2 5 12F 52 4A
Octal 363 204 355 0 56 2 5 457 122 112
Binary 11110011 10000100 11101101 0 101110 10 101 100101111 1010010 1001010

Color Harmonies of #F384ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384ED

Black with #F384ED

Text Example


Text Example

White with #F384ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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